thgreasi / babel-plugin-system-import-transformer

import() & System.import() to UMD pattern transformer plugin for Babel
MIT License
72 stars 6 forks source link

feat: use Promise.resolve() with ternary operator #6

Closed thgreasi closed 8 years ago

thgreasi commented 8 years ago

Related to #5. This might give some speed-up.

mmahalwy commented 8 years ago

looking good

thgreasi commented 8 years ago

@mmahalwy Just pushed a new version with some test cases and merged into master. If you have some time can you please give it a try? I introduced a change regarding the way that external module imports are detected and resolved.

mmahalwy commented 8 years ago

@thgreasi will do this week! :)

mmahalwy commented 8 years ago

Thanks so much! This is awesome <3