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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once opal/opal#1286 is addressed, need to figure out how to deal with this. Not require_relative but require.
Ideally, we use only the current directory to resolve paths with a leading dot, which is how MRI seems to behave, then we strip that out when the Opal.module is declared with Opal.modules['something'] and instead of Opal.modules['./something']
The text was updated successfully, but these errors were encountered:
Once opal/opal#1286 is addressed, need to figure out how to deal with this. Not
require_relative
butrequire
.Ideally, we use only the current directory to resolve paths with a leading dot, which is how MRI seems to behave, then we strip that out when the Opal.module is declared with
Opal.modules['something']
and instead ofOpal.modules['./something']
The text was updated successfully, but these errors were encountered: