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
we should be able to achieve the equivalent in ESM, e.g. import a CoffeeScript file or import a JavaScript file that requires transpilation. References: CoffeeScript register, babel-register.
Just as we can do:
or
we should be able to achieve the equivalent in ESM, e.g.
importa CoffeeScript file orimporta JavaScript file that requires transpilation. References: CoffeeScript register,babel-register.Use case 4. Related to #82.