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
Currently we got two huge enums for Signal definition:
deno/cli/dts/lib.deno.unstable.d.ts
Lines 567 to 637 in 77ead8a
This is bad, as there are different enums depending on the OS.
After initial discussion between the core team we decided we should just use strings for signals.
This is prerequisite for #11757
The text was updated successfully, but these errors were encountered:
Remove Deno.Signals enum
f480aa5
Fixes denoland#11900
Successfully merging a pull request may close this issue.
Currently we got two huge enums for Signal definition:
deno/cli/dts/lib.deno.unstable.d.ts
Lines 567 to 637 in 77ead8a
This is bad, as there are different enums depending on the OS.
After initial discussion between the core team we decided we should just use strings for signals.
This is prerequisite for #11757
The text was updated successfully, but these errors were encountered: