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

Add type declarations for AST nodes #480

Merged
merged 1 commit into from Apr 21, 2017
Merged

Add type declarations for AST nodes #480

merged 1 commit into from Apr 21, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 21, 2017

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

This simply creates the type definition for each AST node kind.
It doesn't yet use the types in any files. However, I have tested these out in #393 and expect to be able to use these with few modifications.

@codecov
Copy link

codecov bot commented Apr 21, 2017

Codecov Report

Merging #480 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #480   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files          20       20           
  Lines        3531     3531           
  Branches      973      973           
=======================================
  Hits         3469     3469           
  Misses         23       23           
  Partials       39       39
Flag Coverage Δ
#babel 81.22% <ø> (ø) ⬆️
#babylon 97.08% <ø> (ø) ⬆️

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 bc0719a...3d7567f. Read the comment docs.

@danez
Copy link
Member

danez commented Apr 21, 2017

👍

@danez danez merged commit 8601f2f into babel:master Apr 21, 2017
@ghost ghost deleted the node-types branch April 21, 2017 17:50
@ghost ghost mentioned this pull request May 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants