Commit 24fe420
committed
Squash-merge #38 (branch name: trace-mapping)
commit 990c03d
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 14:53:52 2022 -0400
clean up TODOs
commit 50c71dd
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 14:30:37 2022 -0400
re-add browser-source-map-support so that legacy stuff that tries to get it from us will work
commit 944a35d
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 13:53:13 2022 -0400
fix
commit e150661
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 13:22:55 2022 -0400
fix
commit 69893db
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 01:14:27 2022 -0400
fix?
commit 3a68f09
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 00:43:42 2022 -0400
fix tests on node 12 and 14
commit da3e63f
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sun May 1 00:31:29 2022 -0400
add tests and support for wasm stack frames
commit 727cbe6
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sat Apr 30 18:30:13 2022 -0400
fix test
commit e9adffc
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sat Apr 30 18:18:22 2022 -0400
add tests for async stack frames: async, Promise.all, Promise.any
commit 6d3de7e
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Fri Apr 29 18:13:29 2022 -0400
WIP
commit fc3f549
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Fri Apr 29 18:08:39 2022 -0400
WIP
commit 0582d53
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Fri Apr 29 16:41:34 2022 -0400
fix
commit 69012b9
Author: Andrew Bradley <abradley@brightcove.com>
Date: Fri Apr 29 18:04:15 2022 +0000
Ensure source snippets also output URLs/paths in the correct format, matching stack frame
commit 2b315b8
Author: Andrew Bradley <abradley@brightcove.com>
Date: Fri Apr 29 14:55:27 2022 +0000
Test that paths in mapped stack frames match expected format: either file:/ or native path
commit 5b79f38
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Fri Apr 29 02:30:26 2022 -0400
fix
commit 0677a3c
Author: Andrew Bradley <abradley@brightcove.com>
Date: Fri Apr 29 03:14:56 2022 +0000
fix CI
commit 9784717
Author: Andrew Bradley <abradley@brightcove.com>
Date: Thu Apr 28 22:11:49 2022 +0000
fix
commit c0f5b1e
Author: Andrew Bradley <abradley@brightcove.com>
Date: Thu Apr 28 16:35:48 2022 +0000
fix esm/file URI support
commit d9cc113
Author: Andrew Bradley <abradley@brightcove.com>
Date: Wed Apr 27 11:12:16 2022 +0000
WIP
commit 84fb85a
Author: Andrew Bradley <abradley@brightcove.com>
Date: Tue Apr 26 10:08:02 2022 +0000
WIP
commit ce5e122
Author: Andrew Bradley <abradley@brightcove.com>
Date: Sat Apr 23 20:14:21 2022 +0000
use resolve-uri for handling relative paths
commit 62cb778
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Sat Apr 23 13:23:48 2022 -0400
refactor tests to include ESM and other variants of sourcemap
commit 12a2b6f
Author: Andrew Bradley <abradley@brightcove.com>
Date: Sat Apr 23 00:26:02 2022 +0000
Fix?
commit c6aa032
Author: Andrew Bradley <cspotcode@gmail.com>
Date: Thu Apr 21 14:07:26 2022 -0400
switch to @jridgewell/trace-mapping1 parent 817f84b commit 24fe420
File tree
12 files changed
+949
-396
lines changed- .github/workflows
- .vscode
- test-fixtures/wasm
12 files changed
+949
-396
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
0 commit comments