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
Node style requires (e.g. require './something') are back to not working now since we're using Opal Builder. Once an Opal defect is corrected, both Opal and this loader will have the same behavior as MRI.
Any files that Opal GEMs stub are now stubbed in the loader when using Bunder, Rails, or additional MRI requires
Use Opal's Builder class for compilation, which should address several issues (#12, #27)
Require filename resolution no longer breaks with suffixes that look like extensions (#26)