| /third_party/typescript/tests/baselines/reference/ |
| H A D | declarationEmitDestructuringOptionalBindingParametersInOverloads.js | 3 function foo(...rest: any[]) { function
|
| H A D | declarationEmitDestructuringWithOptionalBindingParameters.js | 2 function foo([x,y,z]?: [string, number, boolean]) { function
|
| H A D | declarationEmitInferredDefaultExportType.js | |
| H A D | decoratorReferenceOnOtherProperty.js | 10 function foo(...args: any[]) {} function
|
| H A D | definiteAssignmentAssertionsWithObjectShortHand.js | |
| H A D | destructuringArrayBindingPatternAndAssignment1ES6.js | 34 function foo() { function
|
| H A D | doNotEmitDetachedComments.js | 12 function foo() { } function
|
| H A D | doNotemitTripleSlashComments.js | 18 function foo() { } function
|
| H A D | duplicatePropertyNames.js | [all...] |
| H A D | emitArrowFunctionWhenUsingArguments19.js | |
| H A D | emitRestParametersFunction.js | 3 function foo(x: number, y: string, ...rest) { }
function
|
| H A D | emitRestParametersFunctionES6.js | 3 function foo(x: number, y: string, ...rest) { }
function
|
| H A D | emptyTypeArgumentList.js | 10 function foo() { }
function
|
| H A D | mappedTypeAsStringTemplate.js | 13 function foo(foox) { }
function
|
| H A D | modKeyword.js | 3 var foo:any; variable 9 var foo;
variable
|
| H A D | moduleExportsUnaryExpression.js | 26 function foo(y) {
function
|
| H A D | moduleNodeImportRequireEmit(target=es5).js | 20 var foo = __require("foo");
variable
|
| H A D | namedFunctionExpressionCall.js | 2 var recurser = function foo() { function
|
| H A D | namedFunctionExpressionCallErrors.js | 2 var recurser = function foo() { function [all...] |
| H A D | namespacesDeclaration2.js | 27 var foo;
variable
|
| H A D | narrowingTruthyObject.js | 2 function foo(x: unknown, b: boolean) { function
|
| H A D | nestedClassDeclaration.js | 10 function foo() { function
|
| H A D | nestedThisContainer.js | |
| H A D | noImplicitAnyLoopCrash.js | 10 var foo = function () { };
function
|
| H A D | objectTypeWithRecursiveWrappedPropertyCheckedNominally.js | 78 function foo(t, u) {
function
|