add support for shimming regenerator-runtime when using swc as a transpiler (1513fc5)
ensure that the drive letter is prefixed to absolute paths on Windows when getSourceFile is called internally from TypeScript (f368af3)
ensure that the drive letter is prefixed to absolute paths on Windows when getSourceFile is called internally from TypeScript (cf6d3cc)
when emiting declarations, always use define for class fields to work around limitations introduced in TypeScript 4.3 for when bundling declarations when a subclass overrides a property from the parent class but doesn't provide an initializer (b25a494)
Features
add support for swc as a transpiler as an alternative to babel. #155 (e84d21c)
no longer depend on @babel/core types in npm package (d91ec74)
work around incorrect imports in some @babel/runtime/helpers/esm files that may break when using babel as a transpiler without the commonjs plugin or something similar (d3daf35)