Skip to content

Fix: Cannot find global type 'Number' #2260

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

Merged
merged 3 commits into from
Apr 22, 2022
Merged

Fix: Cannot find global type 'Number' #2260

merged 3 commits into from
Apr 22, 2022

Conversation

mrchantey
Copy link
Contributor

This PR is to fix the red squigglies that I've noticed appearing in the tsconfig.json when upgrading from version 0.19.23 to 0.20.4.

The error is Cannot find global type 'Number'.

Screenshot 2022-04-13 143750



  • [ x] I've read the contributing guidelines
  • [ x] I've added my name and email to the NOTICE file

On a new project, the default `tsconfg` will render the following error:
`Cannot find global type 'Number'`
The change in this PR resolves the error which, while benign, sends a cascade of red errors through file structures, hindering developer experience.
@mrchantey mrchantey changed the title fix - Cannot find global type 'Number' Fix: Cannot find global type 'Number' Apr 13, 2022
@dcodeIO dcodeIO merged commit 21cb8bb into AssemblyScript:main Apr 22, 2022
@dcodeIO
Copy link
Member

dcodeIO commented Apr 22, 2022

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants