NullVoxPopuli

Results 2058 comments of NullVoxPopuli

I know `path` can be stubbed out via: https://github.com/NullVoxPopuli/limber/blob/main/frontend/ember-cli-build.js#L118-L122 (in webpack@5): ```js resolve: { alias: { path: 'path-browserify', }, }, ``` I wonder what else needs tweaking 🤔

@lifeart, yeah that sounds good 🤔 I like that api! I imagine we'll want to rework all the `require`s so that these aren't loaded unless we're in a node environment:...

webpack runs in to this too -- I think webpack is incorrect here, because it tries to resolve everything, and doesn't understand that some modules deliberately might not be available

No, we're working on an alpha which undeprecates it. Latest alpha was released yesterday

> Isn't this very specific to ember? Does it make sense to bloat the ts_ls description with something that does not effect most typescript users? No moreso than the already...

@justmejulian -- would you be willing to receive a PR that adjusts the configs to automatically apply the configs listed here in the docs based on detected packages / config...

looks like it's there? ![image](https://github.com/user-attachments/assets/fcd38e2e-742f-4e11-b516-5dfde1afa4d4) gonna close, unless a repro can be provided