luau-lsp icon indicating copy to clipboard operation
luau-lsp copied to clipboard

Exported package types sometimes do not work

Open niko284 opened this issue 3 years ago • 1 comments

When running wally-package-types --sourcemap sourcemap.json Packages/, there's a possibility that exported package types are not read properly, showing error-type on Luau-LSP. From testing, wally packages like Sift have proper intellisense, while the Net package does not.

This happens on v1.9.0. Older versions seem to work fine.

niko284 avatar Aug 18 '22 18:08 niko284

For net, setting LuauTarjanChildLimit FFlag to 0 resolves this issue.

There seems to be something hitting a limit internally in Luau

JohnnyMorganz avatar Aug 20 '22 14:08 JohnnyMorganz

Going to fold this into #112 as a duplicate

JohnnyMorganz avatar Sep 04 '22 16:09 JohnnyMorganz