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

fix(vue): skip transforming for <script setup> #15

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Conversation

antfu
Copy link
Member

@antfu antfu commented Dec 6, 2021

close #14

@codecov-commenter
Copy link

Codecov Report

Merging #15 (8babd52) into main (01bd971) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   96.69%   96.74%   +0.05%     
==========================================
  Files           6        6              
  Lines         121      123       +2     
  Branches       33       28       -5     
==========================================
+ Hits          117      119       +2     
  Misses          4        4              
Impacted Files Coverage Δ
src/loaders/vue.ts 95.00% <100.00%> (+0.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01bd971...8babd52. Read the comment docs.

@pi0 pi0 merged commit 93cb489 into main Dec 10, 2021
@pi0 pi0 deleted the feat/script-setup branch December 10, 2021 11:37
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.

Option to disable transpiling for Vue SFC
3 participants