Changelog: swc v1.1.1
#
TypeScript enumThere was a bug related to typescript enum. I guess many compilation errors came from this.
From now, typescript enums work exactly same as enums compiled with babel.
#409)#
jsonify (This optimization technique make loading script faster. This is port of babel-plugin-object-to-json-parse.
See documentation.