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
🤦♂️ @juanjoLenero you are right, can't believe that this slipped through. All the tests so far were done using singular export statements, but the library would fail from the 2nd export statement onwards.
I've fixed it (6f9610e) and published as v1.3.1 - try it now. Thanks for taking the time to report the issue (solid reproduction steps), and apologies for the inconvenience caused.
Node version: 8.10
Nvar version: 1.3.0
Assume this index.js for the following test cases:
Expected output for all of the following cases:
No export:
Given:
#.env foo=bar hello=world
Received:
Export:
Given:
Received:
The text was updated successfully, but these errors were encountered: