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

Enable usage with --isolatedModules #645

Closed
wants to merge 1 commit into from
Closed

Conversation

tobilen
Copy link

@tobilen tobilen commented May 31, 2021

When compiling code using style dictionary with the isolatedModules flag enabled, we get a type error:

error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.

16 export { Named }
            ~~~~~


Found 1 error.

This PR adresses the issue. It should not have any other implications.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tobilen
Copy link
Author

tobilen commented May 31, 2021

duplicate of #644 🤦

@tobilen tobilen closed this May 31, 2021
@tobilen tobilen deleted the patch-1 branch May 31, 2021 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant