-
Notifications
You must be signed in to change notification settings - Fork 474
Add source map symbolication and source view support #6018
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
base: main
Are you sure you want to change the base?
Changes from all commits
d6c713a
36b2c72
bc4809d
8b75c02
f56893a
9c42dd3
db2a7be
c66ad62
738ea7b
c580175
c88bae9
186d486
9659768
7cc1eae
5a6dfd7
f77359e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,6 +76,7 @@ | |
| "@fluent/langneg": "^0.7.0", | ||
| "@fluent/react": "^0.15.2", | ||
| "@lezer/highlight": "^1.2.3", | ||
| "@lezer/javascript": "^1.5.4", | ||
| "@streamparser/json": "^0.0.22", | ||
| "@tgwf/co2": "^0.18.0", | ||
| "array-move": "^3.0.1", | ||
|
|
@@ -109,6 +110,8 @@ | |
| "redux-logger": "^3.0.6", | ||
| "redux-thunk": "^3.1.0", | ||
| "reselect": "^4.1.8", | ||
| "source-map": "^0.7.6", | ||
| "url": "^0.11.4", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm confused - does the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, it's a bit weird and it's more like a workaround. |
||
| "valibot": "^1.4.0", | ||
| "workbox-window": "^7.4.1" | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of the names. Here are some ideas:
sourceMappedLocation
SourceMappedLocationTable
SourceLocationTable
originalLocation
sourceLocationFromSourceMap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I think I like
SourceLocationTableandoriginalLocation. Changed it.