JamesHenry / typescript-estree

:sparkles: A parser that converts TypeScript source code into an ESTree-compatible form
https://jameshenry.blog
Other
84 stars 13 forks source link

feat: add missing TSNamespaceExportDeclaration node #87

Closed armano2 closed 5 years ago

armano2 commented 5 years ago

This feature was added in typescript 2.2.0 and can be used only in declarations.

read more: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#support-for-umd-module-definitions

looks like its last missing node from https://github.com/armano2/typescript-estree-test/blob/master/report.json

JamesHenry commented 5 years ago

:tada: This PR is included in version 12.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: