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

neutralino.d.ts contains invalid enum syntax #129

Open
DizzyHSlightlyVoided opened this issue Oct 16, 2024 · 1 comment
Open

neutralino.d.ts contains invalid enum syntax #129

DizzyHSlightlyVoided opened this issue Oct 16, 2024 · 1 comment

Comments

@DizzyHSlightlyVoided
Copy link

When I try to compile TypeScript, neutralino.d.ts complains about the enum statements: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.

This should be easy enough to fix; after going through and removing the "export" statements (c.f. #117), it should replace top-level enum with declare enum.

@CosmoMyzrailGorynych
Copy link
Contributor

@DizzyHSlightlyVoided do you mean there is a bug in my PR? I can look into that if it is so.

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

No branches or pull requests

2 participants