summaryrefslogtreecommitdiff
path: root/cli/tests/inline_js_source_map_with_contents_from_graph.js
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-06 00:10:36 +0100
committerGitHub <noreply@github.com>2021-01-06 00:10:36 +0100
commit39bbbbce70c13575857b216b79ec21c37a923760 (patch)
tree7791fb712083a8471d132e42b3f3f4ae851d2e55 /cli/tests/inline_js_source_map_with_contents_from_graph.js
parent8d1ee3bfaf9f062356858b6b7113be0ab7fa5ba6 (diff)
fix: use inline source maps when present in js (#8995)
Diffstat (limited to 'cli/tests/inline_js_source_map_with_contents_from_graph.js')
-rw-r--r--cli/tests/inline_js_source_map_with_contents_from_graph.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/inline_js_source_map_with_contents_from_graph.js b/cli/tests/inline_js_source_map_with_contents_from_graph.js
new file mode 100644
index 000000000..5324e0ed2
--- /dev/null
+++ b/cli/tests/inline_js_source_map_with_contents_from_graph.js
@@ -0,0 +1,4 @@
+"use strict";
+import "http://localhost:4545/cli/tests/inline_js_source_map.ts";
+throw new Error("Hello world!");
+//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiaHR0cDovL2xvY2FsaG9zdDo0NTQ1L2NsaS90ZXN0cy9pbmxpbmVfanNfc291cmNlX21hcC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsQ0FBQyxHQUFDLENBQUMsQ0FBQztBQUtKLE1BQU0sSUFBSSxLQUFLLENBQUMsY0FBK0IsQ0FBQyxDQUFDIn0= \ No newline at end of file