es4x icon indicating copy to clipboard operation
es4x copied to clipboard

Replace internal require() with graalvm 20 one

Open pmlopes opened this issue 5 years ago • 0 comments

Currently we implement the require function to work with npm modules. Graalvm 20.0.0 introduced an experimental implementation of this feature so we can drop the code on our side and have less to maintain.

pmlopes avatar Feb 19 '20 13:02 pmlopes