This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Error when running through babel compiler #49
Comments
Sounds like you should either not run NPO through babel, or you should blacklist the
I disagree that the much more convoluted code linked to is "correct". It may work, but it's far from what we ought to be doing. See points above. |
@getify see this table. It not contains |
I agree with your first point @getify. I makes little sense to run a library through babel. I now exclude it. Thanks! |
Cheers! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When
npo.src.js
ornpo.js
is run through babel the following line:becomes
This causes this line to die, as context is
undefined
Script to replicate issue:
The text was updated successfully, but these errors were encountered: