File: sourceMapValidationForIn.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (41 lines) | stat: -rw-r--r-- 1,898 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=== tests/cases/compiler/sourceMapValidationForIn.ts ===
for (var x in String) {
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))

    WScript.Echo(x);
>WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --))
>Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
}
for (x in String) {
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))

    WScript.Echo(x);
>WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --))
>Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
}
for (var x2 in String)
>x2 : Symbol(x2, Decl(sourceMapValidationForIn.ts, 6, 8))
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
{
    WScript.Echo(x2);
>WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --))
>Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>x2 : Symbol(x2, Decl(sourceMapValidationForIn.ts, 6, 8))
}
for (x in String)
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
>String : Symbol(String, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
{
    WScript.Echo(x);
>WScript.Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>WScript : Symbol(WScript, Decl(lib.scripthost.d.ts, --, --))
>Echo : Symbol(Echo, Decl(lib.scripthost.d.ts, --, --))
>x : Symbol(x, Decl(sourceMapValidationForIn.ts, 0, 8))
}