-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
v9.4.0 cannot import the members #1505
Comments
Thanks for reporting - see discussion on linked PR |
OK. This appears to have failed to load builtin type declaration files of DOM. ES global objects are imported correctly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The errors occurs on Windows 10 since v9.4.0.
cc @manuth @johnnyreilly
Expected Behaviour
no error
Actual Behaviour
TS2305: Module '"spica/global"' has no exported member 'setTimeout'.
Steps to Reproduce the Problem
Check out https://github.com/falsandtru/clientchannel.
Run
npm i && npm run dist
.Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/falsandtru/clientchannel
The text was updated successfully, but these errors were encountered: