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

@typescript-to-lua/language-extensions

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-to-lua/language-extensions - npm Package Versions

1.19.0

Diff

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.0.0 •

Changelog

Source

1.0.0

  • [Breaking] /* @tupleReturn */ has been removed and will no longer have any effect. You will get an error if you try ot use it or if you use declarations that use it.
  • Added support for the Promise class.
  • Added support for async and await using coroutines.
  • Module resolution now also correctly resolves <directory>/init.lua files for require("<directory>").
  • Fixed an error not being thrown when trying to call a method in an optional chain that does not exist. (If the method itself is not optional)
  • Fixed a bug where parentheses could break the context parameter being resolved for a method.
  • Fixed a bug where context parameters in object literal methods were not inferred correctly.
  • Fixed a bug with sourceMapTraceback.
  • Fixed TS emitting empty JSON files if you use JSON source files.
perryvw
published 0.0.1 •

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