-
## Bug Report
**Current Behavior**
Param decorators pass through silently
**Input Code**
```ts
class Foo {
constructor(@dec arg) {
console.log(arg);
}
}
```
**Expect…
-
**Description and reproduction of the issue**
I am upgrading my nx monorepo application from Angular version 15 to angular 16.
I am getting multiple ESLint errors, like
```
Pars…
-
https://deepkit.io/library/type
-
As a part of the Deepkit framework they provide a runtime type implementation documented here: https://deepkit.io/documentation/type
-
Hi!
I've recently moved my project from Karma to web-test-runner. I'm having trouble with coverage reports (wildly inaccurate reports are produced), though, so I decided to try the solution in #171…
-
Based on the [this tweet](https://twitter.com/andrey_sitnik/status/1251539433121370112).
I need support for Angular projects. You have already taken the first step by creating bindings for TypeScri…
-
Decorators are heavily used. Currently you can disable warning, but there is zero flow support for function signature of the decorator arguments.
There are other experimental functions in flow alread…
-
### Describe the bug
I have found that when a JavaScript or TypeScript file contains a decorator, this extension's features stop working in that file.
**Minimal Reproduction**
Double click the …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
My package structure is:
```
tsconfig.json
packages/
**/*.ts
```
I'd like to only transform the files under `packages`, but I want to use the `tsconfig.json` at the root. However, that doe…