-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 typescript #417
Comments
From the experience with Deno 1, there is this issue: microsoft/TypeScript#24638 which is only resolved in TypeScript 3.0 (which is in RC at the moment and should be released any moment). |
Been looking at 3.0.0-rc in advance of its initial release. There was a restructuring of the built in libs, and |
Updated the WIP PR. Found it was easier to introduce |
Fixed in 36fa1ce |
With the upcoming v8 upgrade, we cannot support fastcalls for typed buffers. Fix for denoland#417
./tools/sync_third_party.py
./tools/test.py out/debug
tools/format.py
This is probably harder than just upgrading. Potentially difficult but good intro to
runtime.ts
.The text was updated successfully, but these errors were encountered: