Kyle Getz
Kyle Getz
@corbanvilla No, I ended up abandoning the task that required this, but AFAIK it's still a bug.
Yeah, scrolling the sidebar is fine for me too. I noticed one other thing: docs for a specific framework/language, like lodash, are 10x slower than the main page. Try resizing...
How is antlr supposed to be used in a browser in a non-webpack scenario? Not everyone uses webpack. For example, we're trying to use antlr in Cypress e2e tests, but...
@Usnul Yes, but webpack has a workaround (`fs: 'empty'`, as described above). Are there really no workarounds/fixes for using antlr outside of webpack? I thought this project advertised itself as...
Yes, I also stumbled upon the TS project during my research into this, and made a note to give it a try. I'm a bit concerned that it's also dead...
@ericvergnaud browser-friendly = doesn't use Node modules We're trying to use antlr in our Cypress + esbuild setup, so the webpack workaround isn't available to us. We're currently investigating solutions...
I'm getting a very similar error on Windows 10:  At this point, my USB drive doesn't show up in Windows Explorer anymore (but it does show up in Disk...
I tried opening one of the node_modules files and sure enough, vscode points out all the same errors:  There seem to be a lot of TS issues in Victory...
@scottrippey I'm still seeing a ton of type errors after upgrading to 36.6.3: ``` [7:49:02 PM] x ../../common/temp/node_modules/.pnpm/[email protected][email protected]/node_modules/victory-canvas/lib/index.d.ts(69,9): error TS7006: Parameter 'ctx' implicitly has an 'any' type. ../../common/temp/node_modules/.pnpm/[email protected][email protected]/node_modules/victory-canvas/lib/index.d.ts(70,8): error TS7006:...
@scottrippey Much better! But I'm still seeing some type errors: ``` [4:46:03 PM] x ../../common/temp/node_modules/.pnpm/[email protected][email protected]/node_modules/victory-core/lib/victory-util/immutable.d.ts(1,42): error TS2307: Cannot find module 'immutable' or its corresponding type declarations. ../../common/temp/node_modules/.pnpm/[email protected]/node_modules/victory-vendor/d3-scale.d.ts(5,15): error TS6137: Cannot...