| /third_party/typescript/tests/baselines/reference/ |
| H A D | taggedTemplateStringsWithTypeErrorInFunctionExpressionsInSubstitutionExpressionES6.js | 2 function foo(...rest: any[]) { function
|
| H A D | targetTypeArgs.js | 2 function foo(callback: (x: string) => void) { function
|
| H A D | targetTypeBaseCalls.js | 2 function foo(x: (s: string) => void) { } function
|
| H A D | templateLiteralIntersection.js | 17 type MixC = { foo: string } & A property
|
| H A D | ternaryExpressionSourceMap.js | 3 var foo = x ? () => 0 : () => 0;
variable
|
| H A D | thisKeyword.js | 7 var foo;
variable
|
| H A D | topLevelAmbientModule.js | 19 var foo = require("foo");
variable
|
| H A D | topLevelFileModuleMissing.js | 14 var foo = require("vs/foo");
variable
|
| H A D | topLevelLambda2.js | 2 function foo(x:any) {} function
|
| H A D | arrayFlatNoCrashInference.js | 8 function foo(arr, depth) {
function
|
| H A D | arrayFlatNoCrashInferenceDeclarations.js | 8 function foo(arr, depth) {
function
|
| H A D | assignObjectToNonPrimitive.js | |
| H A D | assignmentCompatability44.js | 15 var foo = Foo;
variable
|
| H A D | assignmentToExpandingArrayType.js | [all...] |
| H A D | asyncArrowFunction10_es5.js | 10 var foo = function () { return __awaiter(_this, void 0, void 0, function () {
function
|
| H A D | asyncArrowFunction1_es5.js | 7 var foo = function () { return __awaiter(_this, void 0, void 0, function () {
function
|
| H A D | asyncArrowFunction5_es5.js | 7 var foo = function (await) { return __awaiter(_this, void 0, void 0, function () {
function
|
| H A D | asyncArrowFunction6_es5.js | 7 var foo = function (a) {
function
|
| H A D | asyncArrowFunction8_es5.js | 8 var foo = function () { return __awaiter(_this, void 0, void 0, function () {
function
|
| H A D | asyncArrowFunction9_es2017.js | 6 var foo = async(a = await => await), Promise;
variable
|
| H A D | asyncArrowFunction9_es5.js | 6 var foo = async(a = function (await) { return await; }), Promise;
variable
|
| H A D | asyncArrowFunction9_es6.js | 6 var foo = async(a = await => await), Promise;
variable
|
| H A D | asyncFunctionDeclaration10_es5.js | 6 function foo(a, await) {
function
|
| H A D | asyncFunctionDeclaration10_es6.js | 6 function foo(a = yield , await) {
function
|
| /third_party/typescript/tests/baselines/reference/transformApi/ |
| H A D | transformsCorrectly.transformAddCommentToArrowReturnValue.js | 1 var foo = function () {
function
|