Changelog: swc v1.2.39
#
Bugfixes#1221)#
Preserved input (swc now respects the input, and preserves escapes.
#1211)#
Private name in interfaces (swc previously aborted on input like the below. This is changed to normal error.
#1212)#
Bundler rework (spack
, the bundler of swc project, got a large refactoring and it can now handle almost all valid es codes. As the bundler is also used by deno, the pr contains lots of test for deno.
#
New features#1192)#
BigInt literals as property keys (Thanks to @braddunbar, swc now supports using bigint literal as a key of property.