Files
vscode/.eslintplugin/code-parameter-properties-must-have-explicit-accessibility.ts
Matt Bierner 1e765ade0e Fix injected services becoming public by mistake (#209513)
* Fix injected services becoming public by mistake

Fixes cases of `@IFooService readonly foo: IFooService`. This makes the service public, which is likely not expected and also means we can't mangle it

* Fix name

* Remove unused props
2024-04-04 08:06:16 +02:00

1.3 KiB