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
Possible solution to add missing enums source files paths is to change enum to const enum in regex below.
cesium/gulpfile.cjs
Line 1231 in 79fcbd1
The text was updated successfully, but these errors were encountered:
@piotr-galla Unless I'm mistaken, this is already the regex that currently appears in gulpfile.cjs. Can you describe what has changed?
gulpfile.cjs
For context, here is how we initially handled enums for generating the TypeScript definition file.
Sorry, something went wrong.
I'm closing this issue due to inactivity. If you believe this is still an issue, please feel free to re-open. Thanks!
No branches or pull requests
Possible solution to add missing enums source files paths is to change enum to const enum in regex below.
cesium/gulpfile.cjs
Line 1231 in 79fcbd1
The text was updated successfully, but these errors were encountered: