jscc
Version:
Tiny and powerful preprocessor for conditional comments and replacement of compile-time variables in text files
15 lines (14 loc) • 314 B
TypeScript
/*
Internal props structure.
*/
interface JsccProps {
magicStr: import('magic-string').default
escapeQuotes: number,
keepLines: boolean
mapContent: boolean
mapHires: boolean
prefixes: string
sourceMap: boolean
values: import('../index').Values
errorHandler: (message: string | Error) => void
}