haxe-language-server
haxe-language-server copied to clipboard
Language Server Protocol implementation for the Haxe language
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
We're currently getting errors on all platforms (but different errors!) with nightlies since https://github.com/HaxeFoundation/haxe/pull/11477, and apparently windows has been broken for a while.. Still not sure what's happening exactly there.....
Solution for https://github.com/HaxeFoundation/haxe/issues/11794, idk if it's better on ide level. Example for testing: ```haxe class Main { static function main() { foo(0, (name, age) -> {}); foo(0, (name, age) ->...