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

feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration #5024

Merged
merged 11 commits into from Jun 7, 2023

Slightly clarify wording

16ded62
Select commit
Failed to load commit list.
Merged

feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration #5024

Slightly clarify wording
16ded62
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jun 6, 2023 in 1s

98.97% (+0.00%) compared to b5ac3e5

View this Pull Request on Codecov

98.97% (+0.00%) compared to b5ac3e5

Details

Codecov Report

Merging #5024 (16ded62) into master (b5ac3e5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5024   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files         222      222           
  Lines        8180     8205   +25     
  Branches     2253     2256    +3     
=======================================
+ Hits         8096     8121   +25     
  Misses         30       30           
  Partials       54       54           
Impacted Files Coverage Δ
src/Graph.ts 100.00% <ø> (ø)
src/ast/nodes/ArrowFunctionExpression.ts 95.23% <100.00%> (+0.50%) ⬆️
src/ast/nodes/CallExpression.ts 100.00% <100.00%> (ø)
src/ast/nodes/NewExpression.ts 100.00% <100.00%> (ø)
src/ast/nodes/shared/FunctionNode.ts 97.43% <100.00%> (+0.29%) ⬆️
src/ast/nodes/shared/Node.ts 100.00% <100.00%> (ø)
src/utils/commentAnnotations.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes