We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e32b2 commit 917e7a2Copy full SHA for 917e7a2
src/precompile.js
@@ -26,6 +26,7 @@ const PREAMBLE = `;{
26
const POSTAMBLE = "}";
27
28
// TODO: This should also detect and update sourcemaps if they are present, otherwise the sourcemaps would be incorrect.
29
+// We could use https://github.com/rich-harris/magic-string to create and/or update sourcemaps
30
//
31
/// Emit a block of javascript that will pre-compile the regular expressions given. As spidermonkey
32
/// will intern regular expressions, duplicating them at the top level and testing them with both
0 commit comments