Changelog: swc v1.2.13
#
New features#942)#
type annotation in catch binding (TypeScript 4.0 supports using unknown
as a type of catch parameter, like
swc now supports it.
#939)#
emitDecoratorMetadata for typescript decorators (You can now use nest with swc! You need to configure swc as shown in the document.