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
Previous1345
16Next

1.20.0

Diff

Changelog

Source

1.20.0

  • Added support for Number.parseInt and Number.parseFloat (mapped to same implementation as global parseInt and parseFloat)
  • Added implementation for multiple Number constants like Number.EPSILON
  • Added support for Array.at
  • Fixed a bug when throwing an error object in a Lua environment without debug module
  • Fixed a bug causing files not to be found when returning an absolute path from a moduleResolution plugin
perryvw
published 1.19.3 •

perryvw
published 1.19.2 •

perryvw
published 1.19.1 •

perryvw
published 1.19.0 •

Changelog

Source

1.19.0

  • Added support for the new TypeScript 5.2 using keyword for explicit resource management. See the TypeScript release notes for more information.
  • Added support for the newly introduced 'copying array methods' toReversed, toSorted, toSpliced and with. These were also introduced in TypeScript 5.2, see their release notes for more information.
perryvw
published 1.18.0 •

Changelog

Source

1.18.0

  • Upgraded TypeScript to 5.2.2
  • The noResolvePaths option now accepts glob paths (for example, 'mydir/hello*' to not resolve any files in mydir starting with hello).
    • This also allows disabling module resolution completely by providing a '**' pattern in your tsconfig.json noResolvePaths.
perryvw
published 1.17.0 •

Changelog

Source

1.17.0

  • Added the moduleResolution plugin, allowing you to provide custom module resolution logic. See the docs for more info.
  • Added isEmpty to LuaTable, LuaMap and LuaSet (and their read-only counterparts). This simply to next(tbl) == nil, allowing for a simple check to see if a table is empty or not.
  • Fixed a bug with synthetic nodes (e.g. created by custom TypeScript transformers) throwing an exception.
  • Fixed unnecessary extra unpacking of tables
  • Fixed some bugs with new decorators
perryvw
published 1.16.3 •

perryvw
published 1.16.2 •

perryvw
published 1.16.1 •

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