Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Drollup-plugin-gen-abc.ts19 import { transformForModule } from './transform';
41 transform: transformForModule,
Dtransform.ts45 export function transformForModule(code: string, id: string): string { function