Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/
Dtest.js27 preprocessExtend,
103 content = preprocessExtend(content);
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts38 preprocessExtend,
323 let content = preprocessExtend(code);
/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts37 preprocessExtend,
146 preprocessNewExtend(preprocessExtend(processSystemApi(originContent))) : originContent;
Dets_checker.ts31 preprocessExtend,
913 source = preprocessExtend(source, extendCollection);
Dvalidate_ui_syntax.ts955 content = preprocessExtend(content);
967 export function preprocessExtend(content: string, extendCollection?: Set<string>): string { function