-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests, improved ESM support, switch to @jridgewell/trace-mapping, etc #38
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cspotcode
force-pushed
the
trace-mapping
branch
from
April 27, 2022 11:13
efd3b12
to
d9cc113
Compare
…file:/ or native path
…matching stack frame
cspotcode
changed the title
Switch to @jridgewell/trace-mapping
Tests, improved ESM support, and switch to @jridgewell/trace-mapping
Apr 29, 2022
cspotcode
changed the title
Tests, improved ESM support, and switch to @jridgewell/trace-mapping
Tests, improved ESM support, switch to @jridgewell/trace-mapping, etc
May 1, 2022
cspotcode
added a commit
that referenced
this pull request
May 1, 2022
commit 990c03d Author: Andrew Bradley <[email protected]> Date: Sun May 1 14:53:52 2022 -0400 clean up TODOs commit 50c71dd Author: Andrew Bradley <[email protected]> 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 <[email protected]> Date: Sun May 1 13:53:13 2022 -0400 fix commit e150661 Author: Andrew Bradley <[email protected]> Date: Sun May 1 13:22:55 2022 -0400 fix commit 69893db Author: Andrew Bradley <[email protected]> Date: Sun May 1 01:14:27 2022 -0400 fix? commit 3a68f09 Author: Andrew Bradley <[email protected]> Date: Sun May 1 00:43:42 2022 -0400 fix tests on node 12 and 14 commit da3e63f Author: Andrew Bradley <[email protected]> Date: Sun May 1 00:31:29 2022 -0400 add tests and support for wasm stack frames commit 727cbe6 Author: Andrew Bradley <[email protected]> Date: Sat Apr 30 18:30:13 2022 -0400 fix test commit e9adffc Author: Andrew Bradley <[email protected]> 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 <[email protected]> Date: Fri Apr 29 18:13:29 2022 -0400 WIP commit fc3f549 Author: Andrew Bradley <[email protected]> Date: Fri Apr 29 18:08:39 2022 -0400 WIP commit 0582d53 Author: Andrew Bradley <[email protected]> Date: Fri Apr 29 16:41:34 2022 -0400 fix commit 69012b9 Author: Andrew Bradley <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Fri Apr 29 02:30:26 2022 -0400 fix commit 0677a3c Author: Andrew Bradley <[email protected]> Date: Fri Apr 29 03:14:56 2022 +0000 fix CI commit 9784717 Author: Andrew Bradley <[email protected]> Date: Thu Apr 28 22:11:49 2022 +0000 fix commit c0f5b1e Author: Andrew Bradley <[email protected]> Date: Thu Apr 28 16:35:48 2022 +0000 fix esm/file URI support commit d9cc113 Author: Andrew Bradley <[email protected]> Date: Wed Apr 27 11:12:16 2022 +0000 WIP commit 84fb85a Author: Andrew Bradley <[email protected]> Date: Tue Apr 26 10:08:02 2022 +0000 WIP commit ce5e122 Author: Andrew Bradley <[email protected]> Date: Sat Apr 23 20:14:21 2022 +0000 use resolve-uri for handling relative paths commit 62cb778 Author: Andrew Bradley <[email protected]> Date: Sat Apr 23 13:23:48 2022 -0400 refactor tests to include ESM and other variants of sourcemap commit 12a2b6f Author: Andrew Bradley <[email protected]> Date: Sat Apr 23 00:26:02 2022 +0000 Fix? commit c6aa032 Author: Andrew Bradley <[email protected]> Date: Thu Apr 21 14:07:26 2022 -0400 switch to @jridgewell/trace-mapping
This was referenced May 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This ended up being a jumbo PR doing lots of improvements for the next release.
Implements and closes #37
TypeStrong/ts-node#1726
TypeStrong/ts-node#1729
Also adds tests for ESM and for ts-node's style of sourcemap.
Full list of changes: