Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/transform_ut/
Dut.test.ts145 const sourceCode: string = fs.readFileSync(sourceFilePath, 'utf-8'); constant
Dut_partial_update.test.ts146 const sourceCode: string = fs.readFileSync(sourceFilePath, 'utf-8'); constant
Dut_validate.test.ts198 const sourceCode: string = fs.readFileSync(sourceFilePath, 'utf-8'); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_kit_import.test.ts358 const sourceCode = 'import { test } from "my-module";'; constant
453 const sourceCode = 'import { test } from "my-module";'; constant
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
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts251 const sourceCode: string = fs.readFileSync(cacheFilePath, 'utf-8'); constant
545 const sourceCode: string = printer.printNode(ts.EmitHint.Unspecified, sourceFile, sourceFile); constant
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts287 const sourceCode: string = fs.readFileSync(jsCacheFilePath, 'utf-8'); constant