Home
last modified time | relevance | path

Searched defs:newSourceFile (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts481 …const newSourceFile: ts.SourceFile = ts.createSourceFile(root.id, root.code, etsCheckerCompilerOpt… constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts294 …static newSourceFile(moduleId: string, source: string | ts.SourceFile, metaInfo: Object, singleFil… method in ModuleSourceFile