Socket
Socket
Sign inDemoInstall

typescript-to-lua

Package Overview
Dependencies
12
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
16Next

1.26.0

Diff

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
perryvw
published 1.22.0 •

Changelog

Source

1.22.0

  • Added support for Number.isInteger(n)
  • Added support for afterEmit plugin hook that can be used to post-process lua files after (possibly incremental) builds
  • Fixed a bug causing @noSelfInFile sometimes to be ignored
perryvw
published 1.21.0 •

Changelog

Source

1.21.0

  • Added support for continue for Lua 5.0, 5.1 and universal targets.
  • Added support for the new /** @customName myCustomName **/ decorator, which allows renaming of variables and identifiers.
    • This is useful to get around names that are reserved keywords in TypeScript, but are used in Lua API
  • Fixed a bug that caused super calls in static methods to throw an error
perryvw
published 1.20.1 •

2345
16Next
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc