diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-04 17:39:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 17:39:30 +0200 |
| commit | 07ad47da53d1fbabf6fc5d26c89dc6ba683d27fd (patch) | |
| tree | 9b59f66129ec8a9b6bb1737e8733fd2d352c1f98 /tests/testdata/run/decorators | |
| parent | 5400f1af6cdca6a71de80093c9d49cdde1f34ce5 (diff) | |
BREAKING(config): make supported compilerOptions an allow list (#25432)
Deno has been using a deny list, which doesn't make sense because a lot
of these options don't even work.
Closes #25363
Diffstat (limited to 'tests/testdata/run/decorators')
| -rw-r--r-- | tests/testdata/run/decorators/experimental/ts/main.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/run/decorators/experimental/ts/main.out b/tests/testdata/run/decorators/experimental/ts/main.out index ee77417cf..ea64fbaa6 100644 --- a/tests/testdata/run/decorators/experimental/ts/main.out +++ b/tests/testdata/run/decorators/experimental/ts/main.out @@ -1,2 +1,3 @@ +Warning experimentalDecorators compiler option is deprecated and may be removed at any time Check [WILDCARD] SomeClass { someField: "asdf" } |
