Joe Percy
Joe Percy
From my memory of using it to learn the library the wizard could be a bit hit and miss, so yeah it could likely use an update/accuracy pass (I'd be...
Please see [this stackblitz](https://stackblitz.com/edit/typescript-i7vxpm?file=index.ts) for a minimal reproduction.
For code consuming the library are we fine to just use `import { VgCoreModule } from 'videogular2/compiled/core';` (and similar for other Vg modules)? Seems to work ok locally, just wondering...
> @jgbpercy in my opinion it would be better to keep the actual folder structure as is ... Imagine how painful migrating might be for some users Yes, I agree....
It looks like you want `as const`: ``` function test(a: { data: 1 | 2 }) { return a } const a = { data: 2 } as const; const...
I think, and correct me if I'm wrong @awerlogus , that you essentially want a mode where every expression has `as const` implicitly appended to it, in the absence of...
Yep issue was LiveShare for me as well, weird
See also #45968, although it's not quite clear what the scope of that issue is.
Basically the same as #47168, so I would give that an upvote (as I've done)
@dylhunn If, on balance, the team doesn't think that a change like this is worth the complexity then fair enough, but I don't really buy your argument as a solid...