Socket
Socket
Sign inDemoInstall

typescript-to-lua

Package Overview
Dependencies
Maintainers
0
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-to-lua - npm Package Versions

23
16

1.27.0

Diff

Changelog

Source

1.27.0

  • Upgraded TypeScript to 5.6.2
  • Added support for Math.trunc (see Math.trunc())
  • Fixed a runtime error when disposing a disposable class
  • Fixed the wrong this value being passed when using ?. to call a super method
  • Fixed a bug causing exported /** @compileMembersOnly */ enums to break
  • Fixed a bug in Array.from when calling it with a non-array iterable
  • Fixed an incorrect diagnostic being shown for await using code
  • Fixed a bug causing not all getters/setters to be transpiled
perryvw
published 1.26.2 •

perryvw
published 1.26.1 •

perryvw
published 1.26.0 •

Changelog

Source

1.26.0

  • Upgraded TypeScript to 5.5.2
  • Added support for the new proposed ECMAScript Set methods in ESNext: intersection, union, difference, symmetricDifference, isSubsetOf, isSupersetOf, isDisjointFrom. For more info see the TypeScript release notes.
  • Fixed a bug causing bundled code to be executed twice in some edge cases.
  • Fixed a bug causing errors when using lualib in an environment without coroutines.
perryvw
published 1.25.2 •

perryvw
published 1.25.1 •

perryvw
published 1.25.0 •

Changelog

Source

1.25.0

  • Upgraded TypeScript to 5.4.2
  • Added support for new TypeScript 5.4 features Map.groupBy and Object.groupBy
  • Fixed a bug causing files to not be emitted at the correct output path
  • Fixed a bug causing @customname to not work together with @noSelf
  • Fixed a bug causing extended tsconfigs to not be correctly read when using watch mode
perryvw
published 1.24.1 •

perryvw
published 1.24.0 •

Changelog

Source

1.24.0

  • Optimized promises and async/await to better handle long chains of promises, like for example using await in a loop
  • Fixed a bug causing errors when accessing super properties
perryvw
published 1.23.0 •

Changelog

Source

1.23.0

  • Upgraded TypeScript to 5.3.3
23
16
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