-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
fix: support missing features in --no-check #7289
Conversation
3a14356
to
42d2c5e
Compare
@kitsonk PTAL |
Waiting for Kitson’s review. Are there any additional tests from Kitson’s branch relating to these no-check fixes? |
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.
LGTM outside as @ry mentioned, we should have either integration tests for the new features or unit tests which I had in the branch: https://github.com/kitsonk/deno/blob/deno_compiler/compiler/ast.rs#L796-L846
Thanks, I'll use those 👍 |
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.
LGTM 👍
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.
LGTM - nice work to both of you
Fixes #7080