Searched defs:ModuleKind (Results 1 – 14 of 14) sorted by relevance
13 pub enum ModuleKind { enum
2105 ) -> (Option<String>, ModuleKind) { in tokenize_namespace() argument
10219 …pos: number, end: number, reportDiagnostic: PragmaDiagnosticReporter): ModuleKind.ESNext | ModuleK… enumerator
4060 * the field is treated as though it is `ModuleKind.CommonJS`. enumerator6547 … that compiled code linked against TS can use the `Next` value reliably (same as with `ModuleKind`) enumerator
877 …at = packageJsonScope?.contents.packageJsonContent.type === "module" ? ModuleKind.ESNext : ModuleK… constant
2847 const enum ModuleKind { enum3097 export type ModuleKind = never; alias
3219 export enum ModuleKind { enum
5519 (function (ModuleKind) { argument
3602 (function (ModuleKind) { argument
3608 export const enum ModuleKind { enum