Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts237 const sourceCode: string = fs.readFileSync(cacheFilePath, 'utf-8'); constant
508 const sourceCode: string = printer.printNode(ts.EmitHint.Unspecified, sourceFile, sourceFile); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts363 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
395 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
427 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
472 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
504 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
536 const sourceCode: MagicString = new MagicString(<string>moduleSource.source); constant
Dprocess_kit_import.test.ts301 const sourceCode = 'import { test } from "my-module";'; constant
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts287 const sourceCode: string = fs.readFileSync(jsCacheFilePath, 'utf-8'); constant