Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Fix parsing yield with dynamicImport #383

Merged
merged 1 commit into from
Feb 28, 2017
Merged

Fix parsing yield with dynamicImport #383

merged 1 commit into from
Feb 28, 2017

Conversation

existentialism
Copy link
Member

Q A
Bug fix? yes
Breaking change? no
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? yes/yes
Fixed tickets Fixes #378
License MIT

@codecov
Copy link

codecov bot commented Feb 25, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@1e74783). Click here to learn what that means.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             master     #383   +/-   ##
=========================================
  Coverage          ?   97.88%           
=========================================
  Files             ?       21           
  Lines             ?     3498           
  Branches          ?      929           
=========================================
  Hits              ?     3424           
  Misses            ?       28           
  Partials          ?       46
Impacted Files Coverage Δ
src/tokenizer/types.js 100% <ø> (ø)
src/parser/expression.js 97.35% <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 1e74783...c8e0d01. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing yield + dynamicImport
2 participants