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

Allow imports in declare module #315

Merged
merged 2 commits into from
Jan 20, 2017
Merged

Allow imports in declare module #315

merged 2 commits into from
Jan 20, 2017

Conversation

danez
Copy link
Member

@danez danez commented Jan 18, 2017

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

This allows import type or import typeof inside declare module.
This was done in flow in this commit: facebook/flow@843389f

//cc @jeffmo

@danez danez changed the title Allow imports in declare module {} Allow imports in declare module Jan 18, 2017
@codecov-io
Copy link

codecov-io commented Jan 18, 2017

Current coverage is 97.27% (diff: 100%)

Merging #315 into master will increase coverage by <.01%

@@             master       #315   diff @@
==========================================
  Files            21         21          
  Lines          4001       4007     +6   
  Methods         481        486     +5   
  Messages          0          0          
  Branches       1183       1180     -3   
==========================================
+ Hits           3892       3898     +6   
  Misses           49         49          
  Partials         60         60          

Powered by Codecov. Last update a1bfa02...44a804e

@jeffmo
Copy link
Contributor

jeffmo commented Jan 18, 2017

@danez danez merged commit d5cd2c3 into master Jan 20, 2017
@danez danez deleted the allow-import-in-declare branch January 20, 2017 21:19
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.

3 participants