Skip to content

CONTENT_SOURCES

const CONTENT_SOURCES: object

Defined in: review/src/commands/commandUtils.ts:47

Content sources. Expected to be in .sources/ dir. Aliases are mapped to actual sources in this file

readonly file: "fileSource.js" = 'fileSource.js'

readonly git: "gitDiffSource.js" = 'gitDiffSource.js'

readonly github: "ghPrDiffSource.js" = 'ghPrDiffSource.js'

readonly text: "textSource.js" = 'textSource.js'