Home
last modified time | relevance | path

Searched refs:REG_DEPENDENCY (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts123 …const REG_DEPENDENCY: RegExp = /(?:import|from)(?:\s*)['"]([^'"]+)['"]|(?:import)(?:\s*)\(['"]([^'… constant
124 …this.source = (<string>this.source).replace(REG_DEPENDENCY, (item, staticModuleRequest, dynamicMod…