Skip to content

Report fluent syntax errors #22

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

Merged
merged 2 commits into from
Sep 6, 2022
Merged

Report fluent syntax errors #22

merged 2 commits into from
Sep 6, 2022

Conversation

Demivan
Copy link
Member

@Demivan Demivan commented Sep 4, 2022

Description

Report fluent parse errors during development and build.

Linked Issues

Closes #14

Additional context

@codecov
Copy link

codecov bot commented Sep 4, 2022

Codecov Report

Merging #22 (0a50884) into main (25bc28d) will increase coverage by 0.85%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   93.38%   94.24%   +0.85%     
==========================================
  Files           5        6       +1     
  Lines         242      278      +36     
  Branches       34       43       +9     
==========================================
+ Hits          226      262      +36     
  Misses         16       16              
Impacted Files Coverage Δ
src/plugins/external-plugin.ts 91.03% <100.00%> (+0.59%) ⬆️
src/plugins/ftl/parse.ts 100.00% <100.00%> (ø)
src/plugins/sfc-plugin.ts 96.82% <100.00%> (+0.46%) ⬆️

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

@Demivan Demivan added the Type: Feature New Features label Sep 6, 2022
@Demivan Demivan changed the title Report fluent parse errors Report fluent syntax errors Sep 6, 2022
@Demivan Demivan merged commit 52891d0 into main Sep 6, 2022
@Demivan Demivan deleted the parse-errors branch February 24, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Features
Development

Successfully merging this pull request may close these issues.

Throw syntax errors for ftl files
1 participant