Allow to use unibabel.hex as a ES6 module #1
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren
Keine Beschreibung angegeben.
Branch "(gelöscht):master" löschen
Das Löschen eines Branches ist permanent. Obwohl der Branch für eine kurze Zeit weiter existieren könnte, kann diese Aktion in den meisten Fällen NICHT rückgängig gemacht werden. Fortfahren?
This PR makes unibabel.hex to be used as a module.
unibabel.hex can be used like:
import { Unibabel } from 'unibabel/unibabel.hex.js';
Loo
I'm just seeing this now.
It looks like this breaks browser compatibility.
I think this should fix it, would you mind testing?
To:
It really sucks that there are so many JavaScript-knockoff languages and frameworks that don't maintain compatibility with JavaScript and expect you to break compatibility or add lots of boilerplate to get them to work with The Real McCoy.