Basic support for uplevel: keyword argument in Kernel#warn (#2006)
Added a #respond_to_missing? implementation for BasicObject, Delegator, OpenStruct, that's meant for future support in the Opal runtime, which currently ignores it (#2007)
Opal::Compiler#magic_comments that allows to access magic-comments format and converts it to a hash (#2038)
Use magic-comments to declare helpers required by the file (#2038)
Opal.$$ is now a shortcut for Opal.const_get_relative (#2038)
Opal.$$$ is now a shortcut for Opal.const_get_qualified (#2038)
Added support for globalThis as the generic global object accessor (#2047)
Opal::Compiler#magic_comments that allows to access magic-comments format and converts it to a hash
Use magic-comments to declare helpers required by the file
Opal.$$ is now a shortcut for Opal.const_get_relative
Opal.$$$ is now a shortcut for Opal.const_get_qualified
Source-map support for Node.js in the default runner (#2045)
String to report UTF-8 encoding by default, as MRI does (#2117)
Don't output "Failed to load WithCLexer, using pure Ruby lexer" warning unless in $DEBUG mode (#2174)
Deprecated
Requiring nodejs/stacktrace has been deprecated, source-maps are already
supported by the default Node.js runner or by requiring https://github.com/evanw/node-source-map-support
before loading code compiled by Opal (#2045)
Removed
Removed special compilation for the Opal.truthy? and Opal.falsy? helpers (#2076)
Removed the deprecated tainting compiler config option (#2072)
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.