Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

In re-export 'default' is tokenized as 'illegal' #271

Closed
MaximSokolov opened this issue Nov 26, 2015 · 0 comments
Closed

In re-export 'default' is tokenized as 'illegal' #271

MaximSokolov opened this issue Nov 26, 2015 · 0 comments
Labels

Comments

@MaximSokolov
Copy link
Contributor

export { default as alias } from 'module-name'; // ok
export { default as alias }; // ok
export {
  default as alias // not illegal
} from 'module-name';
@MaximSokolov MaximSokolov changed the title In re-export default is tokenized as 'illegal' In re-export 'default' is tokenized as 'illegal' Nov 26, 2015
@50Wliu 50Wliu added the bug label Nov 26, 2015
@50Wliu 50Wliu closed this as completed Mar 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants