Home
last modified time | relevance | path

Searched defs:foo (Results 1 - 25 of 2142) sorted by relevance

12345678910>>...86

/third_party/typescript/tests/baselines/reference/
H A DstrictModeReservedWord.js4 function foo() { function
H A DtypeParametersAvailableInNestedScope3.js17 function foo(v) { function
H A DcollisionArgumentsFunctionExpressions.js2 function foo() { function
H A DcollisionRestParameterFunctionExpressions.js2 function foo() { function
H A DunusedLocalsAndObjectSpread.js[all...]
H A DmissingCloseBraceInObjectLiteral.js
H A DtsxErrorRecovery1.js
H A DsuperErrors.js2 function foo() { function
H A DcontextualTyping17.js2 var foo: {id:number;} = {id:4}; foo = {id: 5, name:"foo"}; variable
H A DcontextualTyping2.js2 var foo: {id:number;} = {id:4, name:"foo"}; variable
H A DdestructuringReassignsRightHandSide.js[all...]
H A DenumAssignmentCompat4.js
H A DtypeParametersAvailableInNestedScope2.js13 function foo(x, y) { function
H A DtypeofAnExportedType.js83 function foo() { } global() function
[all...]
H A DtypesWithOptionalProperty.js
H A DobjectLiteralWidened.js
H A DobjectRestReadonly.js37 var foo = obj.foo, rest = __rest(obj, ["foo"]); variable
H A DoptionalPropertiesTest.js12 var foo: IFoo; variable
45 var foo; variable
[all...]
H A DrestParametersOfNonArrayTypes2.js8 function foo(...x: MyThing) { } function
[all...]
H A DrestParametersWithArrayTypeAnnotations.js4 function foo(...x: number[]) { } function
[all...]
H A DstringLiteralTypesInImplementationSignatures2.js5 function foo(x: 'hi') { } function
[all...]
H A DcallSignaturesWithParameterInitializers2.js6 function foo(x = 1) { } function
[all...]
H A DclassWithEmptyBody.js
H A DdynamicRequire.js
H A DmisspelledNewMetaProperty.js

Completed in 7 milliseconds

12345678910>>...86