-
-
Notifications
You must be signed in to change notification settings - Fork 32
Merge upstream/master into main #135
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
Changes from all commits
a3e5686
76a5863
804d663
acd7bbb
62102ed
72e82b1
6bc7ac9
34efd0c
68cd09a
6dd8518
c168b3d
64fcb47
3b3ef84
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "rust-analyzer.cargo.features": "all", | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ memory intensive. | |
| Usage: | ||
|
|
||
| ```rust | ||
| use sourcemap::SourceMap; | ||
| use swc_sourcemap::SourceMap; | ||
|
||
| let input: &[_] = b"{ | ||
| \"version\":3, | ||
| \"sources\":[\"coolstuff.js\"], | ||
|
|
||
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.
[nitpick] Extra blank line at the beginning of the file. Consider removing it for consistency.