Searched refs:transformForModule (Results 1 – 2 of 2) sorted by relevance
19 import { transformForModule } from './transform';41 transform: transformForModule,
45 export function transformForModule(code: string, id: string): string { function