You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package previously published would not work with a TypeScript consumer, because the generated `.d.ts` file was missing an import statement due to a bug in the TypeScript compiler. Add an explicit type declaration to work around this issue until it is fixed and released upstream.
Reference: microsoft/TypeScript#26969
From https://stackoverflow.com/q/52216570.
TypeScript Version: master (cbde861)
Search Terms: enum declaration emit missing import
Code
Expected behavior:
main.d.ts
contains:Actual behavior:
main.d.ts
contains:Playground Link: N/A, multiple files
Related Issues: None found
The text was updated successfully, but these errors were encountered: