Skip to content
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

Set swc option keepClassNames whenever possible #1344

Merged
merged 8 commits into from May 25, 2021
Merged

Conversation

cspotcode
Copy link
Collaborator

@cspotcode cspotcode commented May 25, 2021

Fixes #1343

Still needs tests but adventurous users can install it today with:

npm install --save TypeStrong/ts-node#swc-keepclassnames

Or download the package from Github Actions and install it with:

npm install ts-node-packed.tgz

@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #1344 (b175d96) into main (34ce778) will increase coverage by 0.01%.
The diff coverage is 50.00%.

Impacted Files Coverage Δ
src/transpilers/swc.ts 75.00% <50.00%> (+0.71%) ⬆️

@cspotcode cspotcode merged commit aba4ae6 into main May 25, 2021
@cspotcode cspotcode added this to the 10.x.x milestone May 25, 2021
@cspotcode cspotcode deleted the swc-keepclassnames branch October 11, 2021 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[swc] Allow keepClassNames configuration, or default to true
1 participant