Home
last modified time | relevance | path

Searched refs:es6 (Results 1 – 25 of 2787) sorted by relevance

12345678910>>...112

/third_party/typescript/tests/baselines/reference/
DinvalidNewTarget.es6.symbols1 === tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts ===
3 >a : Symbol(a, Decl(invalidNewTarget.es6.ts, 0, 5))
6 >b : Symbol(b, Decl(invalidNewTarget.es6.ts, 1, 5))
9 >C : Symbol(C, Decl(invalidNewTarget.es6.ts, 1, 27))
12 >[new.target] : Symbol(C[new.target], Decl(invalidNewTarget.es6.ts, 3, 9))
15 >c : Symbol(C.c, Decl(invalidNewTarget.es6.ts, 4, 22))
18 >d : Symbol(C.d, Decl(invalidNewTarget.es6.ts, 5, 30))
21 >e : Symbol(C.e, Decl(invalidNewTarget.es6.ts, 6, 34))
22 >_ : Symbol(_, Decl(invalidNewTarget.es6.ts, 7, 10))
23 >_ : Symbol(_, Decl(invalidNewTarget.es6.ts, 7, 10))
[all …]
DnewTarget.es6.symbols1 === tests/cases/conformance/es6/newTarget/newTarget.es6.ts ===
3 >A : Symbol(A, Decl(newTarget.es6.ts, 0, 0))
7 >a : Symbol(a, Decl(newTarget.es6.ts, 2, 13))
10 >b : Symbol(b, Decl(newTarget.es6.ts, 3, 13))
13 >c : Symbol(A.c, Decl(newTarget.es6.ts, 4, 5))
16 >d : Symbol(A.d, Decl(newTarget.es6.ts, 5, 49))
20 >B : Symbol(B, Decl(newTarget.es6.ts, 7, 1))
21 >A : Symbol(A, Decl(newTarget.es6.ts, 0, 0))
25 >super : Symbol(A, Decl(newTarget.es6.ts, 0, 0))
28 >e : Symbol(e, Decl(newTarget.es6.ts, 12, 13))
[all …]
DdecoratorOnClass5.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass5.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass5.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass5.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass5.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass5.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass5.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass5.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass5.es6.ts, 0, 38))
16 >x : Symbol(C.x, Decl(decoratorOnClass5.es6.ts, 3, 9))
17 >C.y : Symbol(C.y, Decl(decoratorOnClass5.es6.ts, 4, 30))
[all …]
DdecoratorOnClass7.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass7.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass7.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass7.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass7.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass7.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass7.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass7.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass7.es6.ts, 0, 38))
16 >x : Symbol(C.x, Decl(decoratorOnClass7.es6.ts, 3, 24))
17 >C.y : Symbol(C.y, Decl(decoratorOnClass7.es6.ts, 4, 30))
[all …]
DdecoratorOnClass6.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass6.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass6.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass6.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass6.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass6.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass6.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass6.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass6.es6.ts, 0, 38))
16 >x : Symbol(C.x, Decl(decoratorOnClass6.es6.ts, 3, 16))
17 >C.y : Symbol(C.y, Decl(decoratorOnClass6.es6.ts, 4, 30))
[all …]
DdecoratorOnClass1.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass1.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass1.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass1.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass1.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass1.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass1.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass1.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass1.es6.ts, 0, 38))
17 >c : Symbol(c, Decl(decoratorOnClass1.es6.ts, 6, 3))
18 >C : Symbol(C, Decl(decoratorOnClass1.es6.ts, 0, 38))
DdecoratorOnClass2.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass2.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass2.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass2.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass2.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass2.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass2.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass2.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass2.es6.ts, 0, 38))
17 >c : Symbol(c, Decl(decoratorOnClass2.es6.ts, 6, 3))
18 >C : Symbol(C, Decl(decoratorOnClass2.es6.ts, 0, 38))
DdecoratorOnClass3.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass3.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass3.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass3.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass3.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass3.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass3.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass3.es6.ts, 0, 0))
13 >C : Symbol(C, Decl(decoratorOnClass3.es6.ts, 0, 38))
17 >c : Symbol(c, Decl(decoratorOnClass3.es6.ts, 6, 3))
18 >C : Symbol(C, Decl(decoratorOnClass3.es6.ts, 0, 38))
DinvalidNewTarget.es6.errors.txt1 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(1,11): error TS17013: Meta-property '…
2 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(2,17): error TS17013: Meta-property '…
3 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(5,6): error TS17013: Meta-property 'n…
4 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(6,18): error TS17013: Meta-property '…
5 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(7,22): error TS17013: Meta-property '…
6 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(8,20): error TS17013: Meta-property '…
7 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(9,15): error TS17013: Meta-property '…
8 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(11,13): error TS17013: Meta-property …
9 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(12,25): error TS17013: Meta-property …
10 tests/cases/conformance/es6/newTarget/invalidNewTarget.es6.ts(13,29): error TS17013: Meta-property …
[all …]
DobjectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt1 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
2 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
3 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
4 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
5 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
6 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
7 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
8 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
9 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
10 tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNo…
[all …]
DdecoratorOnClassMethod1.es6.symbols1 === tests/cases/conformance/es6/decorators/class/method/decoratorOnClassMethod1.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClassMethod1.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClassMethod1.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClassMethod1.es6.ts, 0, 24))
6 >propertyKey : Symbol(propertyKey, Decl(decoratorOnClassMethod1.es6.ts, 0, 36))
7 >descriptor : Symbol(descriptor, Decl(decoratorOnClassMethod1.es6.ts, 0, 57))
9 >T : Symbol(T, Decl(decoratorOnClassMethod1.es6.ts, 0, 21))
11 >T : Symbol(T, Decl(decoratorOnClassMethod1.es6.ts, 0, 21))
15 >dec : Symbol(dec, Decl(decoratorOnClassMethod1.es6.ts, 0, 0))
16 >method : Symbol(default.method, Decl(decoratorOnClassMethod1.es6.ts, 2, 22))
DdecoratorOnClassAccessor1.es6.symbols1 === tests/cases/conformance/es6/decorators/class/accessor/decoratorOnClassAccessor1.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClassAccessor1.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClassAccessor1.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClassAccessor1.es6.ts, 0, 24))
6 >propertyKey : Symbol(propertyKey, Decl(decoratorOnClassAccessor1.es6.ts, 0, 36))
7 >descriptor : Symbol(descriptor, Decl(decoratorOnClassAccessor1.es6.ts, 0, 57))
9 >T : Symbol(T, Decl(decoratorOnClassAccessor1.es6.ts, 0, 21))
11 >T : Symbol(T, Decl(decoratorOnClassAccessor1.es6.ts, 0, 21))
15 >dec : Symbol(dec, Decl(decoratorOnClassAccessor1.es6.ts, 0, 0))
16 >accessor : Symbol(default.accessor, Decl(decoratorOnClassAccessor1.es6.ts, 2, 22))
DmultipleDefaultExports01.errors.txt1 tests/cases/conformance/es6/modules/m1.ts(1,22): error TS2300: Duplicate identifier 'default'.
2 tests/cases/conformance/es6/modules/m1.ts(1,22): error TS2323: Cannot redeclare exported variable '…
3 tests/cases/conformance/es6/modules/m1.ts(1,22): error TS2528: A module cannot have multiple defaul…
4 tests/cases/conformance/es6/modules/m1.ts(5,25): error TS2300: Duplicate identifier 'default'.
5 tests/cases/conformance/es6/modules/m1.ts(5,25): error TS2323: Cannot redeclare exported variable '…
6 tests/cases/conformance/es6/modules/m1.ts(5,25): error TS2528: A module cannot have multiple defaul…
7 tests/cases/conformance/es6/modules/m1.ts(10,16): error TS2528: A module cannot have multiple defau…
10 ==== tests/cases/conformance/es6/modules/m1.ts (7 errors) ====
14 !!! related TS6203 tests/cases/conformance/es6/modules/m1.ts:5:25: 'default' was also declared here.
19 !!! related TS6204 tests/cases/conformance/es6/modules/m1.ts:10:16: and here.
[all …]
DdecoratorOnClass8.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass8.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass8.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass8.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass8.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass8.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass8.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass8.es6.ts, 0, 0))
14 >y : Symbol(default.y, Decl(decoratorOnClass8.es6.ts, 3, 22))
DdecoratorOnClassMethodParameter1.es6.symbols1 === tests/cases/conformance/es6/decorators/class/method/parameter/decoratorOnClassMethodParameter1.
3 >dec : Symbol(dec, Decl(decoratorOnClassMethodParameter1.es6.ts, 0, 0))
4 >target : Symbol(target, Decl(decoratorOnClassMethodParameter1.es6.ts, 0, 21))
6 >propertyKey : Symbol(propertyKey, Decl(decoratorOnClassMethodParameter1.es6.ts, 0, 36))
7 >parameterIndex : Symbol(parameterIndex, Decl(decoratorOnClassMethodParameter1.es6.ts, 0, 66))
11 >method : Symbol(default.method, Decl(decoratorOnClassMethodParameter1.es6.ts, 2, 22))
12 >dec : Symbol(dec, Decl(decoratorOnClassMethodParameter1.es6.ts, 0, 0))
13 >p : Symbol(p, Decl(decoratorOnClassMethodParameter1.es6.ts, 3, 11))
DdecoratorOnClass4.es6.symbols1 === tests/cases/conformance/es6/decorators/class/decoratorOnClass4.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClass4.es6.ts, 0, 0))
4 >T : Symbol(T, Decl(decoratorOnClass4.es6.ts, 0, 21))
5 >target : Symbol(target, Decl(decoratorOnClass4.es6.ts, 0, 24))
6 >T : Symbol(T, Decl(decoratorOnClass4.es6.ts, 0, 21))
7 >T : Symbol(T, Decl(decoratorOnClass4.es6.ts, 0, 21))
10 >dec : Symbol(dec, Decl(decoratorOnClass4.es6.ts, 0, 0))
DdisallowLineTerminatorBeforeArrow.errors.txt1 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(2,5): error TS1200: …
2 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(4,7): error TS1200: …
3 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(6,5): error TS1200: …
4 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(8,7): error TS1200: …
5 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(10,5): error TS1200:…
6 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(12,7): error TS1200:…
7 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(14,5): error TS1200:…
8 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(16,7): error TS1200:…
9 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(18,5): error TS1200:…
10 tests/cases/conformance/es6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(21,5): error TS1200:…
[all …]
DexportStar.errors.txt1 tests/cases/conformance/es6/modules/main.ts(1,8): error TS1192: Module '"tests/cases/conformance/es…
2 tests/cases/conformance/es6/modules/t4.ts(3,1): error TS2308: Module "./t1" has already exported a …
3 tests/cases/conformance/es6/modules/t4.ts(3,1): error TS2308: Module "./t1" has already exported a …
6 ==== tests/cases/conformance/es6/modules/t1.ts (0 errors) ====
10 ==== tests/cases/conformance/es6/modules/t2.ts (0 errors) ====
14 ==== tests/cases/conformance/es6/modules/t3.ts (0 errors) ====
20 ==== tests/cases/conformance/es6/modules/t4.ts (2 errors) ====
29 ==== tests/cases/conformance/es6/modules/main.ts (1 errors) ====
32 !!! error TS1192: Module '"tests/cases/conformance/es6/modules/t4"' has no default export.
33 !!! related TS1195 tests/cases/conformance/es6/modules/t4.ts:2:1: 'export *' does not re-export a d…
DexportStar-amd.errors.txt1 tests/cases/conformance/es6/modules/main.ts(1,8): error TS1192: Module '"tests/cases/conformance/es…
2 tests/cases/conformance/es6/modules/t4.ts(3,1): error TS2308: Module "./t1" has already exported a …
3 tests/cases/conformance/es6/modules/t4.ts(3,1): error TS2308: Module "./t1" has already exported a …
6 ==== tests/cases/conformance/es6/modules/t1.ts (0 errors) ====
10 ==== tests/cases/conformance/es6/modules/t2.ts (0 errors) ====
14 ==== tests/cases/conformance/es6/modules/t3.ts (0 errors) ====
20 ==== tests/cases/conformance/es6/modules/t4.ts (2 errors) ====
29 ==== tests/cases/conformance/es6/modules/main.ts (1 errors) ====
32 !!! error TS1192: Module '"tests/cases/conformance/es6/modules/t4"' has no default export.
33 !!! related TS1195 tests/cases/conformance/es6/modules/t4.ts:2:1: 'export *' does not re-export a d…
DdestructuringParameterDeclaration6.errors.txt1 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(7,18): error TS1005…
2 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,14): error TS1181…
3 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,19): error TS2695…
4 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,19): error TS1005…
5 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,21): error TS1109…
6 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,24): error TS2695…
7 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,24): error TS1005…
8 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,26): error TS2304…
9 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,32): error TS1005…
10 tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration6.ts(9,33): error TS1128…
[all …]
DdestructuringSameNames.errors.txt1 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(21,7): error TS2451: Cannot red…
2 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(21,13): error TS2451: Cannot re…
3 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(22,7): error TS2451: Cannot red…
4 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(22,19): error TS2451: Cannot re…
5 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(23,13): error TS2451: Cannot re…
6 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(23,19): error TS2451: Cannot re…
7 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(24,9): error TS2451: Cannot red…
8 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(24,15): error TS2451: Cannot re…
9 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(25,9): error TS2451: Cannot red…
10 tests/cases/conformance/es6/destructuring/destructuringSameNames.ts(25,21): error TS2451: Cannot re…
[all …]
DdecoratorOnClassProperty1.es6.symbols1 === tests/cases/conformance/es6/decorators/class/property/decoratorOnClassProperty1.es6.ts ===
3 >dec : Symbol(dec, Decl(decoratorOnClassProperty1.es6.ts, 0, 0))
4 >target : Symbol(target, Decl(decoratorOnClassProperty1.es6.ts, 0, 21))
5 >propertyKey : Symbol(propertyKey, Decl(decoratorOnClassProperty1.es6.ts, 0, 33))
9 >dec : Symbol(dec, Decl(decoratorOnClassProperty1.es6.ts, 0, 0))
10 >prop : Symbol(default.prop, Decl(decoratorOnClassProperty1.es6.ts, 2, 22))
DdestructuringParameterProperties5.errors.txt1 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(5,17): error TS1187:…
2 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(5,27): error TS2339:…
3 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(5,31): error TS2339:…
4 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(5,35): error TS2339:…
5 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(7,29): error TS2339:…
6 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(7,40): error TS2339:…
7 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(7,51): error TS2339:…
8 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(7,62): error TS2339:…
9 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(7,72): error TS2339:…
10 tests/cases/conformance/es6/destructuring/destructuringParameterProperties5.ts(11,19): error TS2322…
[all …]
DmultipleDefaultExports05.errors.txt1 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts(1,22): error TS2528: A module canno…
2 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts(1,22): error TS2528: A module canno…
3 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts(3,22): error TS2528: A module canno…
4 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts(5,22): error TS2528: A module canno…
7 ==== tests/cases/conformance/es6/modules/multipleDefaultExports05.ts (4 errors) ====
11 !!! related TS2753 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts:3:22: Another ex…
14 !!! related TS2753 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts:5:22: Another ex…
19 !!! related TS2752 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts:1:22: The first …
24 !!! related TS2752 tests/cases/conformance/es6/modules/multipleDefaultExports05.ts:1:22: The first …
/third_party/node/deps/npm/node_modules/es6-promise/
DREADME.md1 …atus](https://travis-ci.org/stefanpenner/es6-promise.svg?branch=master)](https://travis-ci.org/ste…
5 …w to use promises, see the <a href="http://www.html5rocks.com/en/tutorials/es6/promises/">JavaScri…
9 * [es6-promise 27.86 KB (7.33 KB gzipped)](https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promis…
10 * [es6-promise-auto 27.78 KB (7.3 KB gzipped)](https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-pr…
11 * [es6-promise-min 6.17 KB (2.4 KB gzipped)](https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-prom…
12 * [es6-promise-auto-min 6.19 KB (2.4 KB gzipped)](https://cdn.jsdelivr.net/npm/es6-promise/dist/es6
20 <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.js"></script>
21 <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js"></script>
23 <!-- Minified version of `es6-promise-auto` below. -->
24 <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script>
[all …]

12345678910>>...112