-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support standard style definitions of transpirable es6 modules #37
Conversation
@falsandtru Thank you for your PR!! |
For example, http://www.2ality.com/2015/12/babel-commonjs.html |
@falsandtru Thanks! |
Another, how about #36 ? |
@falsandtru Sorry for my late response about #36, replied and marked as |
Also TypeScript emits: Object.defineProperty(exports, "__esModule", { value: true }); |
sorry for late reply. LGTM. I think we can merge this PR. |
Improved to |
@falsandtru Thank you for your update. |
@twada Changed to use define-properties. |
@falsandtru LGTM. |
All right. log: change double quotes to single quotes. |
Support standard style definitions of transpirable es6 modules
Released as power-assert 1.3.0. Thank you for your contribution and reviews! |
Please also review with other owners.