mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Reduce max number of spelling suggestions to 10
This commit is contained in:
parent
ee1edf0421
commit
4877343538
@ -319,7 +319,7 @@ namespace ts {
|
||||
const resolutionPropertyNames: TypeSystemPropertyName[] = [];
|
||||
|
||||
let suggestionCount = 0;
|
||||
const maximumSuggestionCount = 100;
|
||||
const maximumSuggestionCount = 10;
|
||||
const mergedSymbols: Symbol[] = [];
|
||||
const symbolLinks: SymbolLinks[] = [];
|
||||
const nodeLinks: NodeLinks[] = [];
|
||||
|
||||
@ -1,378 +0,0 @@
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(3,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(4,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(5,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(6,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(7,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(8,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(9,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(10,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(11,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,1): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,6): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,11): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,16): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,21): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,26): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,31): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,36): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,41): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(12,46): error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,1): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,6): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,11): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,16): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,21): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,26): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,31): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,36): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,41): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(13,46): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,1): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,6): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,11): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,16): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,21): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,26): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,31): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,36): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,41): error TS2304: Cannot find name 'any'.
|
||||
tests/cases/compiler/maximum100SpellingSuggestions.ts(14,46): error TS2304: Cannot find name 'any'.
|
||||
|
||||
|
||||
==== tests/cases/compiler/maximum100SpellingSuggestions.ts (120 errors) ====
|
||||
// 10 anys per line, 12 lines
|
||||
// the last two lines should not have spelling suggestions
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'any'. Did you mean 'NaN'?
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'any'.
|
||||
|
||||
@ -1,140 +0,0 @@
|
||||
//// [maximum100SpellingSuggestions.ts]
|
||||
// 10 anys per line, 12 lines
|
||||
// the last two lines should not have spelling suggestions
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
|
||||
|
||||
//// [maximum100SpellingSuggestions.js]
|
||||
// 10 anys per line, 12 lines
|
||||
// the last two lines should not have spelling suggestions
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
any;
|
||||
@ -0,0 +1,45 @@
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,1): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,6): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,11): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,16): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,21): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,26): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,31): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,36): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,41): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(4,46): error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(5,1): error TS2304: Cannot find name 'bob'.
|
||||
tests/cases/compiler/maximum10SpellingSuggestions.ts(5,6): error TS2304: Cannot find name 'bob'.
|
||||
|
||||
|
||||
==== tests/cases/compiler/maximum10SpellingSuggestions.ts (12 errors) ====
|
||||
// 10 bobs on the first line
|
||||
// the last two bobs should not have did-you-mean spelling suggestions
|
||||
var blob;
|
||||
bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
~~~
|
||||
!!! error TS2552: Cannot find name 'bob'. Did you mean 'blob'?
|
||||
bob; bob;
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'bob'.
|
||||
~~~
|
||||
!!! error TS2304: Cannot find name 'bob'.
|
||||
|
||||
24
tests/baselines/reference/maximum10SpellingSuggestions.js
Normal file
24
tests/baselines/reference/maximum10SpellingSuggestions.js
Normal file
@ -0,0 +1,24 @@
|
||||
//// [maximum10SpellingSuggestions.ts]
|
||||
// 10 bobs on the first line
|
||||
// the last two bobs should not have did-you-mean spelling suggestions
|
||||
var blob;
|
||||
bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
|
||||
bob; bob;
|
||||
|
||||
|
||||
//// [maximum10SpellingSuggestions.js]
|
||||
// 10 bobs on the first line
|
||||
// the last two bobs should not have did-you-mean spelling suggestions
|
||||
var blob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
bob;
|
||||
@ -107,13 +107,13 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(487,58): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(489,22): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(491,58): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(494,22): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(496,58): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(496,58): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(498,22): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(500,58): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(500,58): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(502,22): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(504,58): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(504,58): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(506,22): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(507,58): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(507,58): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(518,32): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(520,29): error TS1210: Invalid use of 'arguments'. Class definitions are automatically in strict mode.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(525,27): error TS2304: Cannot find name 'Signature'.
|
||||
@ -174,26 +174,26 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(644,21): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(647,26): error TS2304: Cannot find name 'tokenTable'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(651,58): error TS2304: Cannot find name 'tokenTable'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(658,26): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(660,67): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(660,67): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(665,26): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(669,26): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(670,55): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(672,33): error TS2304: Cannot find name 'hasFlag'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(672,60): error TS2304: Cannot find name 'FncFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(678,67): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(681,67): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(684,63): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(678,67): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(681,67): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(684,63): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(686,26): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(687,63): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(694,63): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(687,63): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(694,63): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(696,26): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(711,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(714,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(718,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(718,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(721,51): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(723,51): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(725,51): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(721,51): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(723,51): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(725,51): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(733,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(738,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(747,30): error TS2304: Cannot find name 'Emitter'.
|
||||
@ -213,7 +213,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(837,30): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(837,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(838,24): error TS2304: Cannot find name 'ModuleType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(841,61): error TS2304: Cannot find name 'TypeSymbol'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(850,52): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(850,52): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(863,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(867,29): error TS1015: Parameter cannot have question mark and initializer.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(868,38): error TS2304: Cannot find name 'NodeType'.
|
||||
@ -311,7 +311,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1164,47): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1164,97): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1172,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1172,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1176,60): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1176,60): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1187,32): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1195,27): error TS2304: Cannot find name 'ModuleFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1196,21): error TS2304: Cannot find name 'ModuleType'.
|
||||
@ -354,7 +354,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1339,26): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1348,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1351,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1351,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1362,67): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1362,67): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1374,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1375,37): error TS2304: Cannot find name 'BasicBlock'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1388,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
@ -370,7 +370,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1438,34): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1457,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1462,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1462,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1467,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1467,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1475,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1479,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1481,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -380,7 +380,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1490,39): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1515,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1518,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1518,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1528,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1528,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1535,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1539,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1541,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -389,7 +389,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1545,29): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1572,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1577,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1577,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1583,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1583,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1596,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1600,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1602,31): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -398,7 +398,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1615,39): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1651,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1654,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1654,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1660,63): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1660,63): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1670,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1675,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1682,19): error TS2304: Cannot find name 'NodeType'.
|
||||
@ -416,8 +416,8 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1732,66): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1733,73): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1749,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1749,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1755,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1757,46): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1755,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1757,46): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1766,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1775,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1784,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -426,10 +426,10 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1811,19): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1816,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1816,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1822,43): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1823,55): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1827,65): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1831,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1833,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1823,55): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1827,65): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1831,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1833,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1841,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1845,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1850,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -443,13 +443,13 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1908,25): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1911,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1914,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1914,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1919,51): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1919,51): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1928,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1939,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1944,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1944,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1950,46): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1958,50): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1950,46): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1958,50): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1969,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1981,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1984,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -457,7 +457,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(1985,35): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2014,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2017,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2017,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2022,51): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2022,51): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2033,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2042,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2043,33): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -466,12 +466,12 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2067,19): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2070,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2070,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2074,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2077,28): error TS2552: Cannot find name 'getTypeLink'. Did you mean 'typeLink'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2077,28): error TS2304: Cannot find name 'getTypeLink'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2100,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2105,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2105,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2107,50): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2108,54): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2107,50): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2108,54): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2112,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2119,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2120,36): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -479,8 +479,8 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2122,32): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2145,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2150,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2150,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2153,50): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2154,52): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2153,50): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2154,52): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2159,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2161,32): error TS2304: Cannot find name 'BasicBlock'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2164,37): error TS2304: Cannot find name 'BasicBlock'.
|
||||
@ -489,7 +489,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2185,36): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2195,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2198,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2198,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2202,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2202,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2207,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2212,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2223,19): error TS2304: Cannot find name 'NodeType'.
|
||||
@ -497,8 +497,8 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2225,40): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2229,32): error TS2304: Cannot find name 'SymbolScope'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2231,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2231,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2237,48): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2240,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2237,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2240,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2245,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2248,36): error TS2304: Cannot find name 'BasicBlock'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2259,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
@ -508,7 +508,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2269,38): error
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2300,19): error TS2304: Cannot find name 'NodeType'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2303,30): error TS2304: Cannot find name 'Emitter'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2303,48): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2307,47): error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2307,47): error TS2304: Cannot find name 'TokenID'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2312,42): error TS2304: Cannot find name 'ControlFlowContext'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2320,36): error TS2304: Cannot find name 'TypeFlow'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2331,19): error TS2304: Cannot find name 'NodeType'.
|
||||
@ -1233,7 +1233,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("typeof ");
|
||||
emitter.emitJavascript(this.operand, TokenID.Tilde, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
case NodeType.Delete:
|
||||
~~~~~~~~
|
||||
@ -1241,7 +1241,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("delete ");
|
||||
emitter.emitJavascript(this.operand, TokenID.Tilde, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
case NodeType.Void:
|
||||
~~~~~~~~
|
||||
@ -1249,14 +1249,14 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("void ");
|
||||
emitter.emitJavascript(this.operand, TokenID.Tilde, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
case NodeType.TypeAssertion:
|
||||
~~~~~~~~
|
||||
!!! error TS2304: Cannot find name 'NodeType'.
|
||||
emitter.emitJavascript(this.operand, TokenID.Tilde, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
default:
|
||||
throw new Error("please implement in derived class");
|
||||
@ -1531,7 +1531,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
if (!emitter.tryEmitConstant(this)) {
|
||||
emitter.emitJavascript(this.operand1, TokenID.Dot, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(".");
|
||||
emitter.emitJavascriptName(<Identifier>this.operand2, false);
|
||||
}
|
||||
@ -1561,24 +1561,24 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
}
|
||||
emitter.emitJavascript(this.operand1, TokenID.Colon, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
else {
|
||||
emitter.emitJavascript(this.operand1, TokenID.Colon, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutputTrimmable(": ");
|
||||
}
|
||||
emitter.emitJavascript(this.operand2, TokenID.Comma, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
case NodeType.Comma:
|
||||
~~~~~~~~
|
||||
!!! error TS2304: Cannot find name 'NodeType'.
|
||||
emitter.emitJavascript(this.operand1, TokenID.Comma, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
if (emitter.emitState.inObjectLiteral) {
|
||||
emitter.writeLineToOutput(", ");
|
||||
}
|
||||
@ -1587,7 +1587,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
}
|
||||
emitter.emitJavascript(this.operand2, TokenID.Comma, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
break;
|
||||
case NodeType.Is:
|
||||
~~~~~~~~
|
||||
@ -1626,15 +1626,15 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.recordSourceMappingStart(this);
|
||||
emitter.emitJavascript(this.operand1, TokenID.Question, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(" ? ");
|
||||
emitter.emitJavascript(this.operand2, TokenID.Question, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(" : ");
|
||||
emitter.emitJavascript(this.operand3, TokenID.Question, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
@ -1799,7 +1799,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.firstModAlias = this.firstAliasedModToString();
|
||||
emitter.emitJavascript(this.alias, TokenID.Tilde, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
// the dynamic import case will insert the semi-colon automatically
|
||||
if (!this.isDynamicImport) {
|
||||
emitter.writeToOutput(";");
|
||||
@ -2321,7 +2321,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.recordSourceMappingStart(this);
|
||||
emitter.emitJavascriptList(this.bod, null, TokenID.Semicolon, true, false, false, true, this.requiresInherits);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
@ -2593,7 +2593,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
if (this.statements) {
|
||||
emitter.emitJavascriptList(this.statements, null, TokenID.Semicolon, true, false, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
if (this.isStatementBlock) {
|
||||
emitter.indenter.decreaseIndent();
|
||||
@ -2730,7 +2730,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("while(");
|
||||
emitter.emitJavascript(this.cond, TokenID.While, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.emitJavascriptStatements(this.body, false, false);
|
||||
emitter.setInObjectLiteral(temp);
|
||||
@ -2811,7 +2811,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput('(');
|
||||
emitter.emitJavascript(this.cond, TokenID.CloseParen, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.setInObjectLiteral(temp);
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
@ -2884,7 +2884,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("if(");
|
||||
emitter.emitJavascript(this.cond, TokenID.If, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.recordSourceMappingEnd(this.statement);
|
||||
emitter.emitJavascriptStatements(this.thenBod, true, false);
|
||||
@ -2979,7 +2979,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("return ");
|
||||
emitter.emitJavascript(this.returnExpression, TokenID.Semicolon, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
else {
|
||||
emitter.writeToOutput("return;");
|
||||
@ -3110,11 +3110,11 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("for(");
|
||||
emitter.emitJavascript(this.lval, TokenID.For, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(" in ");
|
||||
emitter.emitJavascript(this.obj, TokenID.For, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.recordSourceMappingEnd(this.statement);
|
||||
emitter.emitJavascriptStatements(this.body, true, false);
|
||||
@ -3198,23 +3198,23 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
!!! error TS2304: Cannot find name 'NodeType'.
|
||||
emitter.emitJavascript(this.init, TokenID.For, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
else {
|
||||
emitter.setInVarBlock((<ASTList>this.init).members.length);
|
||||
emitter.emitJavascriptList(this.init, null, TokenID.For, false, false, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
}
|
||||
emitter.writeToOutput("; ");
|
||||
emitter.emitJavascript(this.cond, TokenID.For, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput("; ");
|
||||
emitter.emitJavascript(this.incr, TokenID.For, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.emitJavascriptStatements(this.body, true, false);
|
||||
emitter.setInObjectLiteral(temp);
|
||||
@ -3328,7 +3328,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
if (this.expr) {
|
||||
emitter.emitJavascript(this.expr, TokenID.With, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
|
||||
emitter.writeToOutput(")");
|
||||
@ -3369,7 +3369,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("switch(");
|
||||
emitter.emitJavascript(this.val, TokenID.Identifier, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.recordSourceMappingEnd(this.statement);
|
||||
emitter.writeLineToOutput(" {");
|
||||
@ -3379,7 +3379,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
var caseExpr = this.caseList.members[i];
|
||||
emitter.emitJavascript(caseExpr, TokenID.Case, true);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeLineToOutput("");
|
||||
}
|
||||
emitter.indenter.decreaseIndent();
|
||||
@ -3459,7 +3459,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("case ");
|
||||
emitter.emitJavascript(this.expr, TokenID.Identifier, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
}
|
||||
else {
|
||||
emitter.writeToOutput("default");
|
||||
@ -3532,7 +3532,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
typeFlow.inTypeRefTypeCheck = true;
|
||||
var typeLink = getTypeLink(this, typeFlow.checker, true);
|
||||
~~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'getTypeLink'. Did you mean 'typeLink'?
|
||||
!!! error TS2304: Cannot find name 'getTypeLink'.
|
||||
typeFlow.checker.resolveTypeLink(typeFlow.scope, typeLink, false);
|
||||
|
||||
if (this.term) {
|
||||
@ -3570,10 +3570,10 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.recordSourceMappingStart(this);
|
||||
emitter.emitJavascript(this.tryNode, TokenID.Try, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.emitJavascript(this.finallyNode, TokenID.Finally, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
}
|
||||
|
||||
@ -3634,10 +3634,10 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.recordSourceMappingStart(this);
|
||||
emitter.emitJavascript(this.tryNode, TokenID.Try, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.emitJavascript(this.catchNode, TokenID.Catch, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
@ -3703,7 +3703,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("try ");
|
||||
emitter.emitJavascript(this.body, TokenID.Try, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
@ -3754,12 +3754,12 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("catch (");
|
||||
emitter.emitJavascript(this.param, TokenID.OpenParen, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.writeToOutput(")");
|
||||
emitter.recordSourceMappingEnd(this.statement);
|
||||
emitter.emitJavascript(this.body, TokenID.Catch, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
@ -3846,7 +3846,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource11.ts(2356,48): error
|
||||
emitter.writeToOutput("finally");
|
||||
emitter.emitJavascript(this.body, TokenID.Finally, false);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TokenID'. Did you mean 'tokenId'?
|
||||
!!! error TS2304: Cannot find name 'TokenID'.
|
||||
emitter.recordSourceMappingEnd(this);
|
||||
emitter.emitParensAndCommentsInPlace(this, false);
|
||||
}
|
||||
|
||||
@ -196,7 +196,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(476,57): error T
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(477,29): error TS2304: Cannot find name 'ValueLocation'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(478,29): error TS2304: Cannot find name 'hasFlag'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(478,55): error TS2304: Cannot find name 'VarFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(480,21): error TS2552: Cannot find name 'FieldSymbol'. Did you mean 'fieldSymbol'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(480,21): error TS2304: Cannot find name 'FieldSymbol'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(482,34): error TS2304: Cannot find name 'hasFlag'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(482,60): error TS2304: Cannot find name 'VarFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(492,30): error TS2304: Cannot find name 'getTypeLink'.
|
||||
@ -218,7 +218,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(507,26): error T
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(507,52): error TS2304: Cannot find name 'ASTFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(518,22): error TS2304: Cannot find name 'FieldSymbol'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(531,29): error TS2304: Cannot find name 'ValueLocation'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(533,21): error TS2552: Cannot find name 'FieldSymbol'. Did you mean 'fieldSymbol'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(533,21): error TS2304: Cannot find name 'FieldSymbol'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(535,53): error TS2304: Cannot find name 'VarFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(535,75): error TS2304: Cannot find name 'VarFlags'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(539,38): error TS2304: Cannot find name 'SymbolFlags'.
|
||||
@ -1181,7 +1181,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(828,13): error T
|
||||
var fieldSymbol =
|
||||
new FieldSymbol(argDecl.id.text, argDecl.minChar,
|
||||
~~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'FieldSymbol'. Did you mean 'fieldSymbol'?
|
||||
!!! error TS2304: Cannot find name 'FieldSymbol'.
|
||||
context.checker.locationInfo.unitIndex,
|
||||
!hasFlag(argDecl.varFlags, VarFlags.Readonly),
|
||||
~~~~~~~
|
||||
@ -1278,7 +1278,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(828,13): error T
|
||||
var fieldSymbol =
|
||||
new FieldSymbol(varDecl.id.text, varDecl.minChar,
|
||||
~~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'FieldSymbol'. Did you mean 'fieldSymbol'?
|
||||
!!! error TS2304: Cannot find name 'FieldSymbol'.
|
||||
context.checker.locationInfo.unitIndex,
|
||||
(varDecl.varFlags & VarFlags.Readonly) == VarFlags.None,
|
||||
~~~~~~~~
|
||||
|
||||
@ -8,29 +8,29 @@ tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(38,3): error TS
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(42,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(46,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(50,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(54,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(58,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(62,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(66,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(70,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(74,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(78,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(82,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(86,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(90,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(94,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(98,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(102,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(106,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(110,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(114,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(118,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(122,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(126,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(130,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(134,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(138,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(142,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(54,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(58,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(62,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(66,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(70,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(74,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(78,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(82,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(86,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(90,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(94,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(98,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(102,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(106,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(110,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(114,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(118,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(122,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(126,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(130,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(134,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(138,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(142,3): error TS2304: Cannot find name '$ERROR'.
|
||||
|
||||
|
||||
==== tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts (33 errors) ====
|
||||
@ -109,139 +109,139 @@ tests/cases/conformance/parser/ecmascript5/parserS7.6_A4.2_T1.ts(142,3): error T
|
||||
if (К !== 1) {
|
||||
$ERROR('#К');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041B = 1;
|
||||
if (Л !== 1) {
|
||||
$ERROR('#Л');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041C = 1;
|
||||
if (М !== 1) {
|
||||
$ERROR('#М');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041D = 1;
|
||||
if (Н !== 1) {
|
||||
$ERROR('#Н');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041E = 1;
|
||||
if (О !== 1) {
|
||||
$ERROR('#О');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041F = 1;
|
||||
if (П !== 1) {
|
||||
$ERROR('#П');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0420 = 1;
|
||||
if (Р !== 1) {
|
||||
$ERROR('#Р');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0421 = 1;
|
||||
if (С !== 1) {
|
||||
$ERROR('#С');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0422 = 1;
|
||||
if (Т !== 1) {
|
||||
$ERROR('#Т');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0423 = 1;
|
||||
if (У !== 1) {
|
||||
$ERROR('#У');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0424 = 1;
|
||||
if (Ф !== 1) {
|
||||
$ERROR('#Ф');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0425 = 1;
|
||||
if (Х !== 1) {
|
||||
$ERROR('#Х');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0426 = 1;
|
||||
if (Ц !== 1) {
|
||||
$ERROR('#Ц');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0427 = 1;
|
||||
if (Ч !== 1) {
|
||||
$ERROR('#Ч');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0428 = 1;
|
||||
if (Ш !== 1) {
|
||||
$ERROR('#Ш');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0429 = 1;
|
||||
if (Щ !== 1) {
|
||||
$ERROR('#Щ');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042A = 1;
|
||||
if (Ъ !== 1) {
|
||||
$ERROR('#Ъ');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042B = 1;
|
||||
if (Ы !== 1) {
|
||||
$ERROR('#Ы');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042C = 1;
|
||||
if (Ь !== 1) {
|
||||
$ERROR('#Ь');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042D = 1;
|
||||
if (Э !== 1) {
|
||||
$ERROR('#Э');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042E = 1;
|
||||
if (Ю !== 1) {
|
||||
$ERROR('#Ю');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042F = 1;
|
||||
if (Я !== 1) {
|
||||
$ERROR('#Я');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0401 = 1;
|
||||
if (Ё !== 1) {
|
||||
$ERROR('#Ё');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
|
||||
|
||||
@ -29,51 +29,51 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(987,53): e
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(987,89): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(987,115): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(987,145): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(988,43): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(988,43): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(999,40): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1041,43): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1044,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1045,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1046,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1047,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1048,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1049,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1050,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1051,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1052,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1053,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1055,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1058,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1044,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1045,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1046,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1047,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1048,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1049,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1050,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1051,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1052,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1053,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1055,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1058,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1059,34): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1061,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1064,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1061,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1064,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1065,34): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1067,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1070,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1067,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1070,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1071,34): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1073,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1073,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1074,34): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1076,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1076,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1077,34): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1079,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1079,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1080,35): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1080,74): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1107,173): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1176,132): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1193,29): error TS2552: Cannot find name 'WScript'. Did you mean 'scripts'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1193,29): error TS2304: Cannot find name 'WScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1256,126): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1257,25): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1263,31): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1280,45): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1280,45): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1286,124): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1286,209): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1294,142): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1294,227): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1302,43): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1304,39): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1307,38): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1311,45): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1321,21): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1302,43): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1304,39): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1307,38): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1311,45): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1321,21): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1340,38): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1344,165): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1345,26): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
@ -85,21 +85,21 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1461,23):
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1466,36): error TS2304: Cannot find name 'optionRegex'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1484,21): error TS2304: Cannot find name 'optionRegex'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1548,57): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1571,32): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1571,32): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1582,59): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1591,24): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1600,24): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1591,24): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1600,24): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1604,42): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1605,21): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1705,38): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1706,26): error TS2304: Cannot find name 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1713,62): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1713,87): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1714,30): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1724,34): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1739,20): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1714,30): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1724,34): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1739,20): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1746,80): error TS2503: Cannot find namespace 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1750,26): error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1750,26): error TS2304: Cannot find name 'TypeScript'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1758,84): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1769,51): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1784,39): error TS2503: Cannot find namespace 'Services'.
|
||||
@ -107,7 +107,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1784,61):
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1785,25): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1787,38): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(1787,68): error TS2503: Cannot find namespace 'Services'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32): error TS2552: Cannot find name 'Diff'. Did you mean 'diff'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32): error TS2304: Cannot find name 'Diff'.
|
||||
|
||||
|
||||
==== tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts (110 errors) ====
|
||||
@ -1162,7 +1162,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
var entries = new TypeScript.ScopeTraversal(compiler).getScopeEntries(enclosingScopeContext);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
|
||||
for (var i = 0; i < entries.length; i++) {
|
||||
if (entries[i].name === targetIdentifier) {
|
||||
@ -1224,88 +1224,88 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
switch (ast.nodeType) {
|
||||
case TypeScript.NodeType.Name: // Type Name?
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.Null:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.List:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.Empty:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.EmptyExpr:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.Asg:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.True:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.False:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.ArrayLit:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
case TypeScript.NodeType.TypeRef:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.Super:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<any>ast).text;
|
||||
break;
|
||||
case TypeScript.NodeType.Regex:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<TypeScript.RegexLiteral>ast).text;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.QString:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<any>ast).text;
|
||||
break;
|
||||
case TypeScript.NodeType.NumberLit:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<TypeScript.NumberLiteral>ast).text;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.Return:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
//name = (<TypeScript.ReturnStatement>tyInfo.ast).returnExpression.actualText; // why is this complaining?
|
||||
break;
|
||||
case TypeScript.NodeType.InterfaceDeclaration:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<TypeScript.InterfaceDeclaration>ast).name.actualText;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.ModuleDeclaration:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<TypeScript.ModuleDeclaration>ast).name.actualText;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.ClassDeclaration:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = (<TypeScript.ClassDeclaration>ast).name.actualText;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
break;
|
||||
case TypeScript.NodeType.FuncDecl:
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
name = !(<TypeScript.FuncDecl>ast).name ? "" : (<TypeScript.FuncDecl>ast).name.actualText; // name == null for lambdas
|
||||
~~~~~~~~~~
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
@ -1429,7 +1429,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
else {
|
||||
WScript.Echo("non-match on: " + errorLines[i]);
|
||||
~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'WScript'. Did you mean 'scripts'?
|
||||
!!! error TS2304: Cannot find name 'WScript'.
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1524,7 +1524,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
if (Harness.usePull) {
|
||||
compiler.pullUpdateUnit(new TypeScript.StringSourceText(code), unitName, setRecovery);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
} else {
|
||||
compiler.updateUnit(code, unitName, setRecovery);
|
||||
}
|
||||
@ -1556,22 +1556,22 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
|
||||
var oldCompilerSettings = new TypeScript.CompilationSettings();
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
clone(compiler.settings, oldCompilerSettings);
|
||||
var oldEmitSettings = new TypeScript.EmitOptions(compiler.settings);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
clone(compiler.emitSettings, oldEmitSettings);
|
||||
|
||||
var oldModuleGenTarget = TypeScript.moduleGenTarget;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
|
||||
if (settingsCallback) {
|
||||
settingsCallback(compiler.settings);
|
||||
compiler.emitSettings = new TypeScript.EmitOptions(compiler.settings);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
}
|
||||
try {
|
||||
compileString(code, filename, callback, context, references);
|
||||
@ -1583,7 +1583,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
compiler.emitSettings = oldEmitSettings;
|
||||
TypeScript.moduleGenTarget = oldModuleGenTarget;
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1857,7 +1857,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
length: this.content.length,
|
||||
editRange: new TypeScript.ScriptEditRange(minChar, limChar, (limChar - minChar) + newText.length)
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
});
|
||||
|
||||
if (this.editRanges.length > this.maxScriptVersions) {
|
||||
@ -1881,7 +1881,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
// Too far away from what we know
|
||||
return TypeScript.ScriptEditRange.unknown();
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
}
|
||||
|
||||
var entries = this.editRanges.slice(initialEditRangeIndex);
|
||||
@ -1892,7 +1892,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
|
||||
return new TypeScript.ScriptEditRange(minDistFromStart, entries[0].length - minDistFromEnd, aggDelta);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
}
|
||||
}
|
||||
|
||||
@ -2020,7 +2020,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
!!! error TS2503: Cannot find namespace 'TypeScript'.
|
||||
var parser = new TypeScript.Parser();
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
parser.setErrorRecovery(null);
|
||||
parser.errorCallback = (a, b, c, d) => { };
|
||||
|
||||
@ -2032,7 +2032,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
public parseFile(fileName: string) {
|
||||
var sourceText = new TypeScript.StringSourceText(IO.readFile(fileName))
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
return this.parseSourceText(fileName, sourceText);
|
||||
}
|
||||
|
||||
@ -2049,7 +2049,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
|
||||
return TypeScript.getPositionFromZeroBasedLineColumn(script, line - 1, col - 1);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
}
|
||||
|
||||
/**
|
||||
@ -2064,7 +2064,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
|
||||
var result = TypeScript.getZeroBasedLineColumnFromPosition(script, position);
|
||||
~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'TypeScript'. Did you mean 'TypeScriptLS'?
|
||||
!!! error TS2304: Cannot find name 'TypeScript'.
|
||||
|
||||
assert.is(result.line >= 0);
|
||||
assert.is(result.col >= 0);
|
||||
@ -2360,7 +2360,7 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserharness.ts(2030,32):
|
||||
// Append diff to the report
|
||||
var diff = new Diff.StringDiff(expected, actual);
|
||||
~~~~
|
||||
!!! error TS2552: Cannot find name 'Diff'. Did you mean 'diff'?
|
||||
!!! error TS2304: Cannot find name 'Diff'.
|
||||
var header = '<h2>' + descriptionForDescribe + '</h2>';
|
||||
header += '<h4>Left file: ' + actualFilename + '; Right file: ' + refFilename + '</h4>';
|
||||
var trailer = '<hr>';
|
||||
|
||||
@ -112,8 +112,8 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(634,21):
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(665,34): error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(686,45): error TS2304: Cannot find name 'TextEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(688,34): error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(695,35): error TS2552: Cannot find name 'IndentationEditInfo'. Did you mean 'indentationInfo'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(698,39): error TS2552: Cannot find name 'IndentationEditInfo'. Did you mean 'indentationInfo'?
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(695,35): error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(698,39): error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(706,42): error TS2304: Cannot find name 'TextEditInfo'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(709,50): error TS2304: Cannot find name 'TokenSpan'.
|
||||
tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(709,67): error TS2304: Cannot find name 'ParseNode'.
|
||||
@ -1053,12 +1053,12 @@ tests/cases/conformance/parser/ecmascript5/RealWorld/parserindenter.ts(736,38):
|
||||
|
||||
indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPosition, lineIndentLength);
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'IndentationEditInfo'. Did you mean 'indentationInfo'?
|
||||
!!! error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
}
|
||||
else {
|
||||
indentationInfo = new IndentationEditInfo(indent);
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
!!! error TS2552: Cannot find name 'IndentationEditInfo'. Did you mean 'indentationInfo'?
|
||||
!!! error TS2304: Cannot find name 'IndentationEditInfo'.
|
||||
}
|
||||
|
||||
this.indentationBag.AddIndent(indentationInfo);
|
||||
|
||||
@ -8,29 +8,29 @@ tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(38,3): error
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(42,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(46,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(50,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(54,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(58,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(62,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(66,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(70,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(74,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(78,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(82,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(86,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(90,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(94,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(98,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(102,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(106,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(110,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(114,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(118,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(122,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(126,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(130,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(134,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(138,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(142,3): error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(54,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(58,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(62,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(66,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(70,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(74,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(78,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(82,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(86,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(90,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(94,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(98,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(102,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(106,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(110,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(114,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(118,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(122,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(126,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(130,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(134,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(138,3): error TS2304: Cannot find name '$ERROR'.
|
||||
tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(142,3): error TS2304: Cannot find name '$ERROR'.
|
||||
|
||||
|
||||
==== tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts (33 errors) ====
|
||||
@ -109,139 +109,139 @@ tests/cases/conformance/scanner/ecmascript5/scannerS7.6_A4.2_T1.ts(142,3): error
|
||||
if (К !== 1) {
|
||||
$ERROR('#К');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041B = 1;
|
||||
if (Л !== 1) {
|
||||
$ERROR('#Л');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041C = 1;
|
||||
if (М !== 1) {
|
||||
$ERROR('#М');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041D = 1;
|
||||
if (Н !== 1) {
|
||||
$ERROR('#Н');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041E = 1;
|
||||
if (О !== 1) {
|
||||
$ERROR('#О');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u041F = 1;
|
||||
if (П !== 1) {
|
||||
$ERROR('#П');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0420 = 1;
|
||||
if (Р !== 1) {
|
||||
$ERROR('#Р');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0421 = 1;
|
||||
if (С !== 1) {
|
||||
$ERROR('#С');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0422 = 1;
|
||||
if (Т !== 1) {
|
||||
$ERROR('#Т');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0423 = 1;
|
||||
if (У !== 1) {
|
||||
$ERROR('#У');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0424 = 1;
|
||||
if (Ф !== 1) {
|
||||
$ERROR('#Ф');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0425 = 1;
|
||||
if (Х !== 1) {
|
||||
$ERROR('#Х');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0426 = 1;
|
||||
if (Ц !== 1) {
|
||||
$ERROR('#Ц');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0427 = 1;
|
||||
if (Ч !== 1) {
|
||||
$ERROR('#Ч');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0428 = 1;
|
||||
if (Ш !== 1) {
|
||||
$ERROR('#Ш');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0429 = 1;
|
||||
if (Щ !== 1) {
|
||||
$ERROR('#Щ');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042A = 1;
|
||||
if (Ъ !== 1) {
|
||||
$ERROR('#Ъ');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042B = 1;
|
||||
if (Ы !== 1) {
|
||||
$ERROR('#Ы');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042C = 1;
|
||||
if (Ь !== 1) {
|
||||
$ERROR('#Ь');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042D = 1;
|
||||
if (Э !== 1) {
|
||||
$ERROR('#Э');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042E = 1;
|
||||
if (Ю !== 1) {
|
||||
$ERROR('#Ю');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u042F = 1;
|
||||
if (Я !== 1) {
|
||||
$ERROR('#Я');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
var \u0401 = 1;
|
||||
if (Ё !== 1) {
|
||||
$ERROR('#Ё');
|
||||
~~~~~~
|
||||
!!! error TS2552: Cannot find name '$ERROR'. Did you mean 'Error'?
|
||||
!!! error TS2304: Cannot find name '$ERROR'.
|
||||
}
|
||||
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
// 10 anys per line, 12 lines
|
||||
// the last two lines should not have spelling suggestions
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
any; any; any; any; any; any; any; any; any; any;
|
||||
5
tests/cases/compiler/maximum10SpellingSuggestions.ts
Normal file
5
tests/cases/compiler/maximum10SpellingSuggestions.ts
Normal file
@ -0,0 +1,5 @@
|
||||
// 10 bobs on the first line
|
||||
// the last two bobs should not have did-you-mean spelling suggestions
|
||||
var blob;
|
||||
bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
|
||||
bob; bob;
|
||||
Loading…
x
Reference in New Issue
Block a user