Skip to content

Conversation

@Rich-Harris
Copy link
Member

fixes #1014

@codecov-io
Copy link

codecov-io commented Dec 13, 2017

Codecov Report

Merging #1018 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1018   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files         115      115           
  Lines        4297     4297           
  Branches     1369     1368    -1     
=======================================
  Hits         3957     3957           
  Misses        147      147           
  Partials      193      193
Impacted Files Coverage Δ
src/generators/nodes/Text.ts 100% <ø> (ø) ⬆️
src/generators/nodes/AwaitBlock.ts 95.52% <100%> (ø) ⬆️

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 76356ce...8c7e5b7. Read the comment docs.

@Rich-Harris Rich-Harris merged commit b252e33 into master Dec 13, 2017
@Rich-Harris Rich-Harris deleted the gh-1014 branch December 13, 2017 01:36
sacrosanctic pushed a commit to sacrosanctic/svelte that referenced this pull request Dec 24, 2024
…s#1018)

* fix: replace incorrect jsdoc typeExpression in AST traversal

- the typeExpression of a JSDocTypeTag is truncated due to comment syntax.

* snake_case

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
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.

await blocks break inside components

3 participants