Searched defs:ModuleKind (Results 1 – 15 of 15) sorted by relevance
14 pub(crate) enum ModuleKind { enum
2260 ) -> (Option<String>, ModuleKind) { in tokenize_namespace() argument
416 enum ModuleKind { enum442 impl ModuleKind { impl526 kind: ModuleKind, in new()1098 kind: ModuleKind, in new_module()1392 kind: ModuleKind, in new_module()
175 kind: ModuleKind, in emit_module()
105 pub enum ModuleKind { enum
125 kind: ModuleKind, in new()696 pub fn module_kind(&self) -> ModuleKind { in module_kind()776 module_kind: ModuleKind, in compute_per_cgu_lto_type()
11018 …pos: number, end: number, reportDiagnostic: PragmaDiagnosticReporter): ModuleKind.ESNext | ModuleK… enumerator
941 …at = packageJsonScope?.contents.packageJsonContent.type === "module" ? ModuleKind.ESNext : ModuleK… constant
4116 * the field is treated as though it is `ModuleKind.CommonJS`. enumerator6715 … that compiled code linked against TS can use the `Next` value reliably (same as with `ModuleKind`) enumerator
3638 export const enum ModuleKind { enum
2942 enum ModuleKind { enum7466 enum ModuleKind { enum
3463 enum ModuleKind { enum
4841 var ModuleKind = /* @__PURE__ */ ((ModuleKind4) => { variable