Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support export declarations without module specifier #37

Closed
dsherret opened this issue Jun 20, 2017 · 0 comments
Closed

Support export declarations without module specifier #37

dsherret opened this issue Jun 20, 2017 · 0 comments
Labels

Comments

@dsherret
Copy link
Owner

Should be simple. Just need to add support for statements like:

export {identifier};

export default identifier does not need to be supported at the current time because that's an export assignment.

@dsherret dsherret added the bug label Jun 20, 2017
dsherret added a commit that referenced this issue Dec 8, 2017
BREAKING CHANGE: StringChar renamed to QuoteType. Manipulation setting's getStringChar() renamed to getQuoteType().

This was done for consistency.
dsherret added a commit that referenced this issue May 14, 2019
BREAKING CHANGE: StringChar renamed to QuoteType. Manipulation setting's getStringChar() renamed to getQuoteType().

This was done for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant