Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-ts - npm Package Versions

1245

2.0.1

Diff

Changelog

Source

2.0.1 (2021-11-17)

Bug Fixes

  • fix a problem with resolving swc configs (677c928)
wessberg
published 2.0.0 •

Changelog

Source

2.0.0 (2021-11-16)

Bug Fixes

  • 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)
wessberg
published 1.4.7 •

Changelog

Source

1.4.7 (2021-09-24)

Bug Fixes

Features

  • avoid duplicating inlined module-/namespace declarations and hoist nested ones. #149 (b21b20c)
wessberg
published 1.4.6 •

Changelog

Source

1.4.6 (2021-09-21)

wessberg
published 1.4.5 •

Changelog

Source

1.4.5 (2021-09-21)

wessberg
published 1.4.4 •

Changelog

Source

1.4.4 (2021-09-21)

wessberg
published 1.4.3 •

Changelog

Source

1.4.3 (2021-09-21)

Bug Fixes

  • fix an issue where exporting ArrayTypeNodes from other files could lead to corruption of declaration files. Closes #151 (27537be)
wessberg
published 1.4.2 •

Changelog

Source

1.4.2 (2021-09-16)

Bug Fixes

  • 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)
wessberg
published 1.4.1 •

Changelog

Source

1.4.1 (2021-08-31)

wessberg
published 1.4.0 •

Changelog

Source

1.4.0 (2021-06-03)

Tests

  • rewrite test runner to always work with virtual files. (3e64a92)

BREAKING CHANGES

  • update signature of the fileSystem option to expect a TypeScript System rather than a subset of it.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc