-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathjavascript.baseline.txt
More file actions
94 lines (93 loc) · 2.89 KB
/
javascript.baseline.txt
File metadata and controls
94 lines (93 loc) · 2.89 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
original file
-----------------------------------
switch (x) {
case 0:
default:
}
typeof x;
void x;
delete x.y;
x instanceof y;
-----------------------------------
Grammar: TypeScript.tmLanguage
-----------------------------------
>switch (x) {
^^^^^^
source.ts switch-statement.expr.ts switch-expression.expr.ts keyword.control.switch.ts
^
source.ts switch-statement.expr.ts switch-expression.expr.ts
^
source.ts switch-statement.expr.ts switch-expression.expr.ts meta.brace.round.ts
^
source.ts switch-statement.expr.ts switch-expression.expr.ts variable.other.readwrite.ts
^
source.ts switch-statement.expr.ts switch-expression.expr.ts meta.brace.round.ts
^
source.ts switch-statement.expr.ts
^
source.ts switch-statement.expr.ts switch-block.expr.ts punctuation.definition.block.ts
> case 0:
^^^^
source.ts switch-statement.expr.ts switch-block.expr.ts
^^^^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts keyword.control.switch.ts
^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts
^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts constant.numeric.decimal.ts
^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts punctuation.definition.section.case-statement.ts
> default:
^^^^
source.ts switch-statement.expr.ts switch-block.expr.ts
^^^^^^^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts keyword.control.switch.ts
^
source.ts switch-statement.expr.ts switch-block.expr.ts case-clause.expr.ts punctuation.definition.section.case-statement.ts
>}
^
source.ts switch-statement.expr.ts punctuation.definition.block.ts
>typeof x;
^^^^^^
source.ts keyword.operator.typeof.ts
^
source.ts
^
source.ts variable.other.readwrite.ts
^
source.ts punctuation.terminator.statement.ts
>void x;
^^^^
source.ts keyword.operator.expression.void.ts
^
source.ts
^
source.ts variable.other.readwrite.ts
^
source.ts punctuation.terminator.statement.ts
>delete x.y;
^^^^^^
source.ts keyword.operator.expression.delete.ts
^
source.ts
^
source.ts variable.other.object.ts
^
source.ts punctuation.accessor.ts
^
source.ts support.variable.property.dom.ts
^
source.ts punctuation.terminator.statement.ts
>x instanceof y;
^
source.ts variable.other.readwrite.ts
^
source.ts
^^^^^^^^^^
source.ts keyword.operator.expression.instanceof.ts
^
source.ts
^
source.ts entity.name.type.ts
^
source.ts punctuation.terminator.statement.ts