Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dets_checker.test.ts279 …let newSourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES2… variable
347 …let newSourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES2… variable
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts327 …static newSourceFile(moduleId: string, source: string | ts.SourceFile, metaInfo: Object, singleFil… method in ModuleSourceFile
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts342 …static newSourceFile(moduleId: string, source: string | ts.SourceFile, metaInfo: Object, singleFil… method in ModuleSourceFile
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts576 …const newSourceFile: ts.SourceFile = ts.createSourceFile(root.id, root.code, etsCheckerCompilerOpt… constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts590 …const newSourceFile: ts.SourceFile = ts.createSourceFile(root.id, root.code, etsCheckerCompilerOpt… constant