We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We'll need to make sure the const enums get converted to their raw values in production esbuild doesn't do that for us unfortunately https://esbuild.github.io/content-types/#no-type-system
The text was updated successfully, but these errors were encountered:
I have a feeling we may need to export these twice.
export const enum ASTKind { mod, Module, Interactive } export const ModuleKind = ASTKind.Module
What i've read so far about minifying constant enums across modules hasn't looked promising.
Sorry, something went wrong.
No branches or pull requests
We'll need to make sure the const enums get converted to their raw values in production
esbuild doesn't do that for us unfortunately
https://esbuild.github.io/content-types/#no-type-system
The text was updated successfully, but these errors were encountered: