diff options
60 files changed, 120 insertions, 0 deletions
diff --git a/integration/snapshots/array-args-with-default-values.debug.js b/integration/snapshots/array-args-with-default-values.debug.js index d44564ff6..9650405c6 100644 --- a/integration/snapshots/array-args-with-default-values.debug.js +++ b/integration/snapshots/array-args-with-default-values.debug.js @@ -23,3 +23,5 @@ export function test() { console.assert(ran); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/array-args-with-default-values.js.map diff --git a/integration/snapshots/array-args-with-default-values.hmr.debug.js b/integration/snapshots/array-args-with-default-values.hmr.debug.js index e52851747..94cb3c8cf 100644 --- a/integration/snapshots/array-args-with-default-values.hmr.debug.js +++ b/integration/snapshots/array-args-with-default-values.hmr.debug.js @@ -48,3 +48,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/array-args-with-default-values.js.map diff --git a/integration/snapshots/bundled-entry-point.debug.js b/integration/snapshots/bundled-entry-point.debug.js index 0c47403d6..51562933f 100644 --- a/integration/snapshots/bundled-entry-point.debug.js +++ b/integration/snapshots/bundled-entry-point.debug.js @@ -7,3 +7,5 @@ export function test() { } + +//# sourceMappingURL=http://localhost:8080/bundled-entry-point.js.map diff --git a/integration/snapshots/bundled-entry-point.hmr.debug.js b/integration/snapshots/bundled-entry-point.hmr.debug.js index c8d19dee5..ef62991a4 100644 --- a/integration/snapshots/bundled-entry-point.hmr.debug.js +++ b/integration/snapshots/bundled-entry-point.hmr.debug.js @@ -30,3 +30,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/bundled-entry-point.js.map diff --git a/integration/snapshots/caught-require.debug.js b/integration/snapshots/caught-require.debug.js index 2ac200f3d..73608f8e3 100644 --- a/integration/snapshots/caught-require.debug.js +++ b/integration/snapshots/caught-require.debug.js @@ -28,3 +28,5 @@ export async function test() { }); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/caught-require.js.map diff --git a/integration/snapshots/caught-require.hmr.debug.js b/integration/snapshots/caught-require.hmr.debug.js index 1a7114694..123cd1d0b 100644 --- a/integration/snapshots/caught-require.hmr.debug.js +++ b/integration/snapshots/caught-require.hmr.debug.js @@ -51,3 +51,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/caught-require.js.map diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js index d4472a8de..1bd6883d8 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.debug.js @@ -11,3 +11,5 @@ export function test() { } export let foo; export let bar; + +//# sourceMappingURL=http://localhost:8080/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.debug.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.debug.js index f549ad406..614797836 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.debug.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.debug.js @@ -42,3 +42,5 @@ export { $$hmr_foo as foo, $$hmr_bar as bar }; + +//# sourceMappingURL=http://localhost:8080/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map diff --git a/integration/snapshots/code-simplification-neql-define.debug.js b/integration/snapshots/code-simplification-neql-define.debug.js index f9d5e8013..6c0e684df 100644 --- a/integration/snapshots/code-simplification-neql-define.debug.js +++ b/integration/snapshots/code-simplification-neql-define.debug.js @@ -25,3 +25,5 @@ export function test() { throw new Error("invariant should not be called"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/code-simplification-neql-define.js.map diff --git a/integration/snapshots/code-simplification-neql-define.hmr.debug.js b/integration/snapshots/code-simplification-neql-define.hmr.debug.js index 9328d4bc6..3b271905c 100644 --- a/integration/snapshots/code-simplification-neql-define.hmr.debug.js +++ b/integration/snapshots/code-simplification-neql-define.hmr.debug.js @@ -53,3 +53,5 @@ export { $$hmr_$f332019d as $f332019d, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/code-simplification-neql-define.js.map diff --git a/integration/snapshots/custom-emotion-jsx/file.debug.jsx b/integration/snapshots/custom-emotion-jsx/file.debug.jsx index 338ef99de..466cd4697 100644 --- a/integration/snapshots/custom-emotion-jsx/file.debug.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.debug.jsx @@ -21,3 +21,5 @@ export function test() { throw new Error('Expected "it worked!" but received: ' + style["content"]); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map diff --git a/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx b/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx index 742d08ae4..0f99c6c56 100644 --- a/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx @@ -48,3 +48,5 @@ export { $$hmr_Foo as Foo, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map diff --git a/integration/snapshots/export-default-module-hot.debug.js b/integration/snapshots/export-default-module-hot.debug.js index 3f12940f2..e0d02d271 100644 --- a/integration/snapshots/export-default-module-hot.debug.js +++ b/integration/snapshots/export-default-module-hot.debug.js @@ -15,3 +15,5 @@ export default __cJS2eSM(function(module, exports) { + +//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map diff --git a/integration/snapshots/export-default-module-hot.hmr.debug.js b/integration/snapshots/export-default-module-hot.hmr.debug.js index 3f12940f2..e0d02d271 100644 --- a/integration/snapshots/export-default-module-hot.hmr.debug.js +++ b/integration/snapshots/export-default-module-hot.hmr.debug.js @@ -15,3 +15,5 @@ export default __cJS2eSM(function(module, exports) { + +//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map diff --git a/integration/snapshots/export.debug.js b/integration/snapshots/export.debug.js index 330e3bae0..986d3b45f 100644 --- a/integration/snapshots/export.debug.js +++ b/integration/snapshots/export.debug.js @@ -28,3 +28,5 @@ export function test() { console.assert(powerLevel.description === "9001", "Symbol is not exported correctly"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/export.js.map diff --git a/integration/snapshots/export.hmr.debug.js b/integration/snapshots/export.hmr.debug.js index c76642f26..f5025db35 100644 --- a/integration/snapshots/export.hmr.debug.js +++ b/integration/snapshots/export.hmr.debug.js @@ -75,3 +75,5 @@ export { default as auth } from "http://localhost:8080/_auth.js"; export { default as login } from "http://localhost:8080/_login.js"; export * from "http://localhost:8080/_bacon.js"; export { } from "http://localhost:8080/_bacon.js"; + +//# sourceMappingURL=http://localhost:8080/export.js.map diff --git a/integration/snapshots/forbid-in-is-correct.debug.js b/integration/snapshots/forbid-in-is-correct.debug.js index 90fbeaef4..dfca92d80 100644 --- a/integration/snapshots/forbid-in-is-correct.debug.js +++ b/integration/snapshots/forbid-in-is-correct.debug.js @@ -6,3 +6,5 @@ export function test() { foo(); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/forbid-in-is-correct.js.map diff --git a/integration/snapshots/forbid-in-is-correct.hmr.debug.js b/integration/snapshots/forbid-in-is-correct.hmr.debug.js index 66d57db56..7beb65f90 100644 --- a/integration/snapshots/forbid-in-is-correct.hmr.debug.js +++ b/integration/snapshots/forbid-in-is-correct.hmr.debug.js @@ -31,3 +31,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/forbid-in-is-correct.js.map diff --git a/integration/snapshots/global-is-remapped-to-globalThis.debug.js b/integration/snapshots/global-is-remapped-to-globalThis.debug.js index 9000d14b0..6cd8e2e22 100644 --- a/integration/snapshots/global-is-remapped-to-globalThis.debug.js +++ b/integration/snapshots/global-is-remapped-to-globalThis.debug.js @@ -2,3 +2,5 @@ export function test() { console.assert(globalThis === globalThis); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map diff --git a/integration/snapshots/global-is-remapped-to-globalThis.hmr.debug.js b/integration/snapshots/global-is-remapped-to-globalThis.hmr.debug.js index 14199f271..74ec1cf67 100644 --- a/integration/snapshots/global-is-remapped-to-globalThis.hmr.debug.js +++ b/integration/snapshots/global-is-remapped-to-globalThis.hmr.debug.js @@ -27,3 +27,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map diff --git a/integration/snapshots/jsx-entities.debug.jsx b/integration/snapshots/jsx-entities.debug.jsx index 29ca5356c..9520596ad 100644 --- a/integration/snapshots/jsx-entities.debug.jsx +++ b/integration/snapshots/jsx-entities.debug.jsx @@ -2764,3 +2764,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/jsx-entities.jsx.map diff --git a/integration/snapshots/jsx-entities.hmr.debug.jsx b/integration/snapshots/jsx-entities.hmr.debug.jsx index 817eb5481..fb151d9f2 100644 --- a/integration/snapshots/jsx-entities.hmr.debug.jsx +++ b/integration/snapshots/jsx-entities.hmr.debug.jsx @@ -2788,3 +2788,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/jsx-entities.jsx.map diff --git a/integration/snapshots/jsx-spacing.debug.jsx b/integration/snapshots/jsx-spacing.debug.jsx index 50ad5cf88..bfbcab92f 100644 --- a/integration/snapshots/jsx-spacing.debug.jsx +++ b/integration/snapshots/jsx-spacing.debug.jsx @@ -45,3 +45,5 @@ line7 trailing newline that \${terminates} the string literal }, null, 2)}`); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/jsx-spacing.jsx.map diff --git a/integration/snapshots/jsx-spacing.hmr.debug.jsx b/integration/snapshots/jsx-spacing.hmr.debug.jsx index e25227b41..274cf9bce 100644 --- a/integration/snapshots/jsx-spacing.hmr.debug.jsx +++ b/integration/snapshots/jsx-spacing.hmr.debug.jsx @@ -69,3 +69,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/jsx-spacing.jsx.map diff --git a/integration/snapshots/latin1-chars-in-regexp.debug.js b/integration/snapshots/latin1-chars-in-regexp.debug.js index f50253ead..108874c39 100644 --- a/integration/snapshots/latin1-chars-in-regexp.debug.js +++ b/integration/snapshots/latin1-chars-in-regexp.debug.js @@ -65,3 +65,5 @@ ${JSON.stringify({ expected, real }, null, 2)}`); ${JSON.stringify({ expected, real }, null, 2)}`); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/latin1-chars-in-regexp.js.map diff --git a/integration/snapshots/latin1-chars-in-regexp.hmr.debug.js b/integration/snapshots/latin1-chars-in-regexp.hmr.debug.js index 151dccdd0..33504d3dd 100644 --- a/integration/snapshots/latin1-chars-in-regexp.hmr.debug.js +++ b/integration/snapshots/latin1-chars-in-regexp.hmr.debug.js @@ -96,3 +96,5 @@ export { $$hmr_re_btou as re_btou, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/latin1-chars-in-regexp.js.map diff --git a/integration/snapshots/lodash-regexp.debug.js b/integration/snapshots/lodash-regexp.debug.js index 4214dd6ef..b1566fb6d 100644 --- a/integration/snapshots/lodash-regexp.debug.js +++ b/integration/snapshots/lodash-regexp.debug.js @@ -19,3 +19,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/lodash-regexp.js.map diff --git a/integration/snapshots/lodash-regexp.hmr.debug.js b/integration/snapshots/lodash-regexp.hmr.debug.js index 1e3b52e4d..af65c1b5b 100644 --- a/integration/snapshots/lodash-regexp.hmr.debug.js +++ b/integration/snapshots/lodash-regexp.hmr.debug.js @@ -42,3 +42,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/lodash-regexp.js.map diff --git a/integration/snapshots/multiple-imports.debug.js b/integration/snapshots/multiple-imports.debug.js index cbbd22839..af9396b46 100644 --- a/integration/snapshots/multiple-imports.debug.js +++ b/integration/snapshots/multiple-imports.debug.js @@ -21,3 +21,5 @@ export function test() { console.assert(React.isValidElement(bacon2)); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/multiple-imports.js.map diff --git a/integration/snapshots/multiple-imports.hmr.debug.js b/integration/snapshots/multiple-imports.hmr.debug.js index a21f8f34d..2073d0a37 100644 --- a/integration/snapshots/multiple-imports.hmr.debug.js +++ b/integration/snapshots/multiple-imports.hmr.debug.js @@ -45,3 +45,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/multiple-imports.js.map diff --git a/integration/snapshots/multiple-var.debug.js b/integration/snapshots/multiple-var.debug.js index cb115b5fc..56d31d53e 100644 --- a/integration/snapshots/multiple-var.debug.js +++ b/integration/snapshots/multiple-var.debug.js @@ -7,3 +7,5 @@ export function test() { console.assert(foo === false, "foo should be false"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/multiple-var.js.map diff --git a/integration/snapshots/multiple-var.hmr.debug.js b/integration/snapshots/multiple-var.hmr.debug.js index 71eabc794..0dd025c7e 100644 --- a/integration/snapshots/multiple-var.hmr.debug.js +++ b/integration/snapshots/multiple-var.hmr.debug.js @@ -32,3 +32,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/multiple-var.js.map diff --git a/integration/snapshots/number-literal-bug.debug.js b/integration/snapshots/number-literal-bug.debug.js index c62e2d9ff..fb763061d 100644 --- a/integration/snapshots/number-literal-bug.debug.js +++ b/integration/snapshots/number-literal-bug.debug.js @@ -7,3 +7,5 @@ export function test() { } testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/number-literal-bug.js.map diff --git a/integration/snapshots/number-literal-bug.hmr.debug.js b/integration/snapshots/number-literal-bug.hmr.debug.js index 1fcb8d890..7030ee92b 100644 --- a/integration/snapshots/number-literal-bug.hmr.debug.js +++ b/integration/snapshots/number-literal-bug.hmr.debug.js @@ -32,3 +32,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/number-literal-bug.js.map diff --git a/integration/snapshots/optional-chain-with-function.debug.js b/integration/snapshots/optional-chain-with-function.debug.js index 6f963caa2..4b53bb5ed 100644 --- a/integration/snapshots/optional-chain-with-function.debug.js +++ b/integration/snapshots/optional-chain-with-function.debug.js @@ -11,3 +11,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/optional-chain-with-function.js.map diff --git a/integration/snapshots/optional-chain-with-function.hmr.debug.js b/integration/snapshots/optional-chain-with-function.hmr.debug.js index c6c904ea7..42eb7c742 100644 --- a/integration/snapshots/optional-chain-with-function.hmr.debug.js +++ b/integration/snapshots/optional-chain-with-function.hmr.debug.js @@ -36,3 +36,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/optional-chain-with-function.js.map diff --git a/integration/snapshots/package-json-exports/index.debug.js b/integration/snapshots/package-json-exports/index.debug.js index c404afc32..3d41a7985 100644 --- a/integration/snapshots/package-json-exports/index.debug.js +++ b/integration/snapshots/package-json-exports/index.debug.js @@ -18,3 +18,5 @@ export async function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/package-json-exports/index.js.map diff --git a/integration/snapshots/package-json-exports/index.hmr.debug.js b/integration/snapshots/package-json-exports/index.hmr.debug.js index 1310053b5..9899da4e9 100644 --- a/integration/snapshots/package-json-exports/index.hmr.debug.js +++ b/integration/snapshots/package-json-exports/index.hmr.debug.js @@ -41,3 +41,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/package-json-exports/index.js.map diff --git a/integration/snapshots/package-json-utf8.debug.js b/integration/snapshots/package-json-utf8.debug.js index 56110c9a3..8845090f0 100644 --- a/integration/snapshots/package-json-utf8.debug.js +++ b/integration/snapshots/package-json-utf8.debug.js @@ -5,3 +5,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map diff --git a/integration/snapshots/package-json-utf8.hmr.debug.js b/integration/snapshots/package-json-utf8.hmr.debug.js index 170dbb734..5f8ac8d0c 100644 --- a/integration/snapshots/package-json-utf8.hmr.debug.js +++ b/integration/snapshots/package-json-utf8.hmr.debug.js @@ -28,3 +28,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map diff --git a/integration/snapshots/react-context-value-func.debug.tsx b/integration/snapshots/react-context-value-func.debug.tsx index 1ddd49543..71b5e5f60 100644 --- a/integration/snapshots/react-context-value-func.debug.tsx +++ b/integration/snapshots/react-context-value-func.debug.tsx @@ -34,3 +34,5 @@ export function test() { const foo = jsx(TestComponent, {}, undefined, false, undefined, this); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/react-context-value-func.tsx.map diff --git a/integration/snapshots/react-context-value-func.hmr.debug.tsx b/integration/snapshots/react-context-value-func.hmr.debug.tsx index 770e0a388..76d5214d3 100644 --- a/integration/snapshots/react-context-value-func.hmr.debug.tsx +++ b/integration/snapshots/react-context-value-func.hmr.debug.tsx @@ -58,3 +58,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/react-context-value-func.tsx.map diff --git a/integration/snapshots/spread_with_key.debug.tsx b/integration/snapshots/spread_with_key.debug.tsx index 92d72def4..e096a76c8 100644 --- a/integration/snapshots/spread_with_key.debug.tsx +++ b/integration/snapshots/spread_with_key.debug.tsx @@ -25,3 +25,5 @@ export function test() { }, undefined, false, undefined, this))); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/spread_with_key.tsx.map diff --git a/integration/snapshots/spread_with_key.hmr.debug.tsx b/integration/snapshots/spread_with_key.hmr.debug.tsx index 91447f5eb..f96095524 100644 --- a/integration/snapshots/spread_with_key.hmr.debug.tsx +++ b/integration/snapshots/spread_with_key.hmr.debug.tsx @@ -51,3 +51,5 @@ export { $$hmr_SpreadWithTheKey as SpreadWithTheKey, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/spread_with_key.tsx.map diff --git a/integration/snapshots/string-escapes.debug.js b/integration/snapshots/string-escapes.debug.js index 3fe3b5f4d..13935ef78 100644 --- a/integration/snapshots/string-escapes.debug.js +++ b/integration/snapshots/string-escapes.debug.js @@ -459,3 +459,5 @@ export function test() { console.assert(correctEncodedObj.every((v, i) => v === encodedObj[i])); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/string-escapes.js.map diff --git a/integration/snapshots/string-escapes.hmr.debug.js b/integration/snapshots/string-escapes.hmr.debug.js index 4e14cd971..7074d000b 100644 --- a/integration/snapshots/string-escapes.hmr.debug.js +++ b/integration/snapshots/string-escapes.hmr.debug.js @@ -487,3 +487,5 @@ export { $$hmr_obj as obj, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/string-escapes.js.map diff --git a/integration/snapshots/styledcomponents-output.debug.js b/integration/snapshots/styledcomponents-output.debug.js index 0df85b5c0..f3a59d365 100644 --- a/integration/snapshots/styledcomponents-output.debug.js +++ b/integration/snapshots/styledcomponents-output.debug.js @@ -59,3 +59,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/styledcomponents-output.js.map diff --git a/integration/snapshots/styledcomponents-output.hmr.debug.js b/integration/snapshots/styledcomponents-output.hmr.debug.js index 62fe9e4e4..244528956 100644 --- a/integration/snapshots/styledcomponents-output.hmr.debug.js +++ b/integration/snapshots/styledcomponents-output.hmr.debug.js @@ -83,3 +83,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/styledcomponents-output.js.map diff --git a/integration/snapshots/template-literal.debug.js b/integration/snapshots/template-literal.debug.js index e5c4c09a7..6fd3adb37 100644 --- a/integration/snapshots/template-literal.debug.js +++ b/integration/snapshots/template-literal.debug.js @@ -35,3 +35,5 @@ export function test() { console.assert(templateLiteralWhichDefinesAFunction.includes("true"), "Expected fooFunction to include 'true'"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/template-literal.js.map diff --git a/integration/snapshots/template-literal.hmr.debug.js b/integration/snapshots/template-literal.hmr.debug.js index 5d65d4968..85a21f222 100644 --- a/integration/snapshots/template-literal.hmr.debug.js +++ b/integration/snapshots/template-literal.hmr.debug.js @@ -60,3 +60,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/template-literal.js.map diff --git a/integration/snapshots/ts-fallback-rewrite-works.debug.js b/integration/snapshots/ts-fallback-rewrite-works.debug.js index a4e489f28..4b0789922 100644 --- a/integration/snapshots/ts-fallback-rewrite-works.debug.js +++ b/integration/snapshots/ts-fallback-rewrite-works.debug.js @@ -1,3 +1,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/ts-fallback-rewrite-works.js.map diff --git a/integration/snapshots/ts-fallback-rewrite-works.hmr.debug.js b/integration/snapshots/ts-fallback-rewrite-works.hmr.debug.js index 0444bf771..361871dbb 100644 --- a/integration/snapshots/ts-fallback-rewrite-works.hmr.debug.js +++ b/integration/snapshots/ts-fallback-rewrite-works.hmr.debug.js @@ -23,3 +23,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/ts-fallback-rewrite-works.js.map diff --git a/integration/snapshots/tsx-fallback-rewrite-works.debug.js b/integration/snapshots/tsx-fallback-rewrite-works.debug.js index a4e489f28..5de13ced2 100644 --- a/integration/snapshots/tsx-fallback-rewrite-works.debug.js +++ b/integration/snapshots/tsx-fallback-rewrite-works.debug.js @@ -1,3 +1,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/tsx-fallback-rewrite-works.js.map diff --git a/integration/snapshots/tsx-fallback-rewrite-works.hmr.debug.js b/integration/snapshots/tsx-fallback-rewrite-works.hmr.debug.js index 900175b44..2a62fd719 100644 --- a/integration/snapshots/tsx-fallback-rewrite-works.hmr.debug.js +++ b/integration/snapshots/tsx-fallback-rewrite-works.hmr.debug.js @@ -26,3 +26,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/tsx-fallback-rewrite-works.js.map diff --git a/integration/snapshots/type-only-imports.debug.ts b/integration/snapshots/type-only-imports.debug.ts index b4503474d..0a1eb4249 100644 --- a/integration/snapshots/type-only-imports.debug.ts +++ b/integration/snapshots/type-only-imports.debug.ts @@ -5,3 +5,5 @@ export function test() { console.assert(baconator); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/type-only-imports.ts.map diff --git a/integration/snapshots/type-only-imports.hmr.debug.ts b/integration/snapshots/type-only-imports.hmr.debug.ts index cd3461e7a..05f02664d 100644 --- a/integration/snapshots/type-only-imports.hmr.debug.ts +++ b/integration/snapshots/type-only-imports.hmr.debug.ts @@ -33,3 +33,5 @@ export { $$hmr_SilentSymbolCollisionsAreOkayInTypeScript as SilentSymbolCollisionsAreOkayInTypeScript, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/type-only-imports.ts.map diff --git a/integration/snapshots/unicode-identifiers.debug.js b/integration/snapshots/unicode-identifiers.debug.js index 375d2b995..85b76376e 100644 --- a/integration/snapshots/unicode-identifiers.debug.js +++ b/integration/snapshots/unicode-identifiers.debug.js @@ -12,3 +12,5 @@ export function test() { console.assert(ε === 0.000001); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/unicode-identifiers.js.map diff --git a/integration/snapshots/unicode-identifiers.hmr.debug.js b/integration/snapshots/unicode-identifiers.hmr.debug.js index 6db5ebc34..4c92288c6 100644 --- a/integration/snapshots/unicode-identifiers.hmr.debug.js +++ b/integration/snapshots/unicode-identifiers.hmr.debug.js @@ -38,3 +38,5 @@ export { $$hmr_d3_radians as d3_radians, $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/unicode-identifiers.js.map diff --git a/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js b/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js index 3e088c5a7..5620ead56 100644 --- a/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js +++ b/integration/snapshots/void-shouldnt-delete-call-expressions.debug.js @@ -8,3 +8,5 @@ export function test() { throw new Error("Expected thisShouldBeCalled to be called"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/void-shouldnt-delete-call-expressions.js.map diff --git a/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.debug.js b/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.debug.js index 1d259292e..96ed59f94 100644 --- a/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.debug.js +++ b/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.debug.js @@ -33,3 +33,5 @@ hmr._update = function(exports) { export { $$hmr_test as test }; + +//# sourceMappingURL=http://localhost:8080/void-shouldnt-delete-call-expressions.js.map |