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

Single file TSX transform #293

Merged
merged 14 commits into from
Sep 23, 2022
Merged

Single file TSX transform #293

merged 14 commits into from
Sep 23, 2022

Conversation

znck
Copy link
Collaborator

@znck znck commented Sep 19, 2022

Rewrite @vuedx/compiler-tsx to use single output file and use source maps in VueSFCDocument and typescript plugin.

@znck znck marked this pull request as ready for review September 22, 2022 07:05
@znck znck enabled auto-merge (squash) September 23, 2022 05:05
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2022

Codecov Report

Merging #293 (767368d) into main (1dc5763) will increase coverage by 2.84%.
The diff coverage is 41.07%.

@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
+ Coverage   39.44%   42.29%   +2.84%     
==========================================
  Files         133      160      +27     
  Lines       21259    18841    -2418     
  Branches     1170     1144      -26     
==========================================
- Hits         8386     7968     -418     
+ Misses      12873    10873    -2000     
Impacted Files Coverage Δ
packages/compiler-sfc/src/index.ts 0.00% <0.00%> (ø)
packages/compiler-sfc/src/parse.ts 0.00% <0.00%> (ø)
packages/compiler-tsx/src/template/builtins.ts 100.00% <ø> (ø)
...ckages/compiler-tsx/src/template/decodeEntities.ts 29.62% <ø> (ø)
packages/compiler-tsx/src/template/namedChars.ts 100.00% <ø> (ø)
...ler-tsx/src/template/types/NodeTransformContext.ts 0.00% <0.00%> (ø)
packages/compiler-tsx/src/types/SourceMapLike.ts 0.00% <0.00%> (ø)
packages/compiler-tsx/src/types/SourceMapName.ts 0.00% <0.00%> (ø)
...ackages/compiler-tsx/src/types/TransformOptions.ts 0.00% <0.00%> (ø)
packages/compiler-tsx/src/types/TransformedCode.ts 0.00% <0.00%> (ø)
... and 93 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@znck znck merged commit ace9cb5 into main Sep 23, 2022
@znck znck deleted the single-file-rewrite branch September 23, 2022 05:48
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.

2 participants