grant / ts2gas

A function that transpiles TypeScript to Google Apps Script.
http://npmjs.com/ts2gas
MIT License
88 stars 11 forks source link

Es module interop enabled #43

Closed PopGoesTheWza closed 5 years ago

PopGoesTheWza commented 5 years ago

Enabling esModuleInterop option and switching to proper es module import syntax.

[x] npm run build [x] npm run test

grant commented 5 years ago

@PopGoesTheWza Sorry, I can't merge this because of the conflicts. It looks like there are multiple PRs changing the same files.

PopGoesTheWza commented 5 years ago

@grant merge this one first, then the packages update PR.

PS: I notice that I have the ability to merge PRs now. I am not sure I want this responsibility (yet)

PopGoesTheWza commented 5 years ago

@grant I won't push to this repo directly. I'll only issue PRs starting from my cloned one. Thanks