-
Notifications
You must be signed in to change notification settings - Fork 45
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
Upgrade to latest aspect and compiler #138
base: main
Are you sure you want to change the base?
Conversation
@@ -44,30 +44,30 @@ | |||
"prepare": "npm run build && npm rebuild --build-from-source gl" | |||
}, | |||
"dependencies": { | |||
"@assemblyscript/loader": "^0.19.3", | |||
"@as-pect/cli": "^7.0.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there a particular reason to move the cli to dependencies
? Or just accidental?
"live-server": "^1.2.1", | ||
"@types/node": "^18.7.14", | ||
"assemblyscript": "^0.21.3", | ||
"deasync": "^0.1.28", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, looks like we can remove some dependencies that were needed for importSync
.
Note, changed the base branch to |
233 tests pass.
Let's see how things work on CI...