-
Notifications
You must be signed in to change notification settings - Fork 148
Scalajs 1.8.0 #561
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
Scalajs 1.8.0 #561
Conversation
|
Ping @gzm0 :) |
|
Thanks for the ping. This indeed slipped through the cracks. There seems to be a lot in 1.8.0, so I'll for sure need until the end of the day to review this fully. |
|
Sure, no problem. :) There's no rush. |
gzm0
left a comment
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.
Just minor typos.
| ^ | ||
| {% endhighlight %} | ||
|
|
||
| As the warning says, the recommended fix is to use the exuctor provided by [`scalajs-macrotask-executor`](https://github.com/scala-js/scala-js-macrotask-executor), as an external dependency. |
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.
to use the executor.
| new Child() | ||
| {% endhighlight %} | ||
|
|
||
| Attempting to use `js.new.target` anywhere but in the constructor of a non-native JS class will result in compile error. |
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.
result in a compile error?
|
Thanks :) |
No description provided.