Skip to content

Commit 699d255

Browse files
Guy BedfordJakeChampion
authored andcommitted
fixup
1 parent 021b1d0 commit 699d255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function precompile(source, filename = "<input>") {
3636
}
3737
const transpiledRegex = `/${transpiledPattern}/${node.regex.flags}`;
3838
precompileCalls.push(`precompile(${transpiledRegex})`);
39-
magicString.overwrite(node.start, node.end, tranpiledRegex);
39+
magicString.overwrite(node.start, node.end, transpiledRegex);
4040
},
4141
});
4242

0 commit comments

Comments
 (0)