Thanks to visit codestin.com
Credit goes to github.com

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

Conversation

@existentialism
Copy link
Member

@existentialism existentialism commented Oct 12, 2017

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

Also noticed some inconsistencies with default exports unrelated to exportExtensions (will follow up with another PR).

return this.finishNode(node, "TSTypeParameterInstantiation");
}

tsIsContextualExportable(): boolean {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any better name suggestions? 🙃

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsStartsDeclaration? 🤔

return this.finishNode(node, "TSTypeParameterInstantiation");
}

tsIsContextualExportable(): boolean {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsStartsDeclaration? 🤔

@hzoo hzoo requested a review from a user October 14, 2017 12:11
@hzoo hzoo merged commit 60ea39a into master Oct 14, 2017
@existentialism existentialism deleted the issue753 branch October 14, 2017 19:28
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.

Typescript: ExportNamedDeclaration raises SyntaxError when exportExtensions plugin enabled

3 participants