mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 22:39:59 -05:00
Fix #7397: Remove error checks for noEmit and out* compiler options combined.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : Symbol(c, Decl(a.ts, 0, 0))
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : c
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : Symbol(c, Decl(a.ts, 0, 0))
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : c
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : Symbol(c, Decl(a.ts, 0, 0))
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : c
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : Symbol(c, Decl(a.ts, 0, 0))
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
|
||||
class c {
|
||||
>c : c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user