David Sherret
David Sherret
Sorry for the delay. It looks like this has since been resolved.
It looks to still be a bug. It's installing `@angular/[email protected]` and `@angular/[email protected]`. I think probably https://github.com/denoland/deno/issues/17263#issuecomment-2749107972 would fix this by warning and then using `@angular-devkit/[email protected]` since that's defined in the...
Array literal expressions do not have a direct `StringLiteral` child when using `getChildren()`/`getChildrenOfKind()`. There's a `SyntaxList` inbetween them.  https://ts-ast-viewer.com/#code/NoIghgRgxiA0AEIAmBTAZiAugbiA (turn on Options > Tree mode > node.getChildren()) In this...
Oh, sorry. I just looked at the code and see that it's not always using `getChildren()` internally. It's too late to change this as it would be a breaking change...
Actually, I kind of feel like it should just return it anyway. Probably a low chance of breaking anyone.
It's now possible to report at: https://github.com/jsr-io/jsr/security/advisories/new
I'm not sure it's worth the effort until it's more stable. It seems they only have a prototype.
Good point! I forgot about that.
Same here. This is a formatting concern and shouldn't be a lint rule I think.
Thanks, but I think it's a bit too much to show on the readme because it takes up a lot of vertical space. Maybe this would be good for the...