Closed andyrooger closed 6 years ago
This PR follows export * from module and export { ... } from module statements as well as standard import statements. It also adds a test for this
export * from module
export { ... } from module
This PR follows
export * from module
andexport { ... } from module
statements as well as standard import statements. It also adds a test for this