-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor(swc_common): Use swc_sourcemap
instead
#10593
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
Conversation
|
CodSpeed Performance ReportMerging #10593 will not alter performanceComparing Summary
|
sourcemap
swc_sourcemap
instead of sourcemap
swc_sourcemap
instead of sourcemap
swc_sourcemap
instead
Description:
swc_sourcemap
usesByteStr
for source contents, which is identical toswc_common
. So we can avoid reallocating source code strings.Related issue:
BytesStr
instead ofArc<str>
swc-sourcemap#1swc_sourcemap
plugins#468