Skip to content

Commit 9757397

Browse files
Undo changes to index-wasm.ts
1 parent 93f7b31 commit 9757397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index-wasm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export function getDependee(program: Program, file: string): string | null {
347347

348348
// Compiler
349349

350-
/** Initializes the program pre-emptively so `afterInitialize` transforms can rewrite the AST before compilation. */
350+
/** Initializes the program pre-emptively for transform hooks. */
351351
export function initializeProgram(program: Program): void {
352352
program.initialize();
353353
}

0 commit comments

Comments
 (0)