Skip to content

ES Modules and enums

Compare
Choose a tag to compare
@bhollis bhollis released this 15 May 05:33
· 148 commits to master since this release
16e1082

Two major changes - one, this package is published as ES modules now, instead of CommonJS. Second, the enums are published in the generated JavaScript as plain objects, meaning this library still works if you're using Babel or other TS build types that don't play well with const enum.