Home
last modified time | relevance | path

Searched full:foo* (Results 28901 - 28925 of 30586) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...1224

/third_party/typescript/tests/cases/fourslash/
H A DrefactorAddOrRemoveBracesToArrowFunction20.ts3 //// const foo = /*a*/a/*b*/ => {
13 newContent: `const foo = a => /* return comment*/ a;`,
H A DrefactorAddOrRemoveBracesToArrowFunction21.ts3 //// const foo = /*a*/a/*b*/ => { return; };
10 newContent: `const foo = a => void 0;`,
H A DrefactorAddOrRemoveBracesToArrowFunction22.ts3 //// const /*a*/foo/*b*/ = /*c*/(/*d*//*e*/aa/*f*/aa, /*g*/b/*h*/) /*i*//*j*/ /*k*/=>/*l*/ /*m*/{/*n*/ /*o*/return/*p*/ 1; };
H A DrefactorAddOrRemoveBracesToArrowFunction23.ts3 //// const /*a*/foo/*b*/ = /*c*/()/*d*/ /*e*//*f*/ /*g*/=>/*h*/ /*i*/1/*j*/;
H A DrefactorAddOrRemoveBracesToArrowFunction3.ts3 //// const foo = /*a*/a/*b*/ => 1;
10 newContent: `const foo = a => {
H A DrefactorAddOrRemoveBracesToArrowFunction4.ts3 //// const foo = /*a*/a/*b*/ => { return a + 1; };
10 newContent: `const foo = a => a + 1;`,
H A DrefactorAddOrRemoveBracesToArrowFunction5.ts3 //// const foo = /*a*/a/*b*/ => { return { a: 1 }; };
10 newContent: `const foo = a => ({ a: 1 });`,
H A DrefactorAddOrRemoveBracesToArrowFunction6.ts3 //// const foo = /*a*/a/*b*/ => { return 1; };
10 newContent: `const foo = a => 1;`,
H A DrefactorAddOrRemoveBracesToArrowFunction7.ts3 //// const foo = /*a*/a/*b*/ => { };
H A DrefactorAddOrRemoveBracesToArrowFunction8.ts3 //// const foo = /*a*/a/*b*/ => {
H A DrefactorAddOrRemoveBracesToArrowFunction9.ts3 //// const foo = /*a*/a/*b*/ => (1, 2, 3);
10 newContent: `const foo = a => {
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Anon_FnArgument.ts3 //// function foo(a){}
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Anon_arguments.ts3 ////function foo() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Anon_this.ts3 //// const foo = /*x*/f/*w*/unction() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Arrow_FnArgument.ts3 //// function foo(a){}
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Arrow_arguments.ts3 ////function foo() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_Availability_Arrow_this.ts4 //// const foo = /*x*/(/*w*/) => this.bar;
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnon_Comment.ts3 //// const foo = /*x*/a/*y*/ => {
16 newContent: `const foo = function(a) {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnon_MultiLine.ts3 //// const foo = /*x*/a/*y*/ => {
13 newContent: `const foo = function(a) {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnon_MultiParam.ts3 //// const foo = /*x*/(/*y*/a,b,c) => a + 1;
10 newContent: `const foo = function(a, b, c) {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnon_SingleLine.ts3 //// const foo = /*x*/(/*y*/) => 1 + 1;
10 newContent: `const foo = function() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnonymous_Comment1.ts3 ////const foo = /*a*/()/*b*/ => /**
13 newContent: `const foo = function() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToAnonymous_Comment2.ts3 ////const foo = /*a*/()/*b*/ => // comment
11 newContent: `const foo = function() {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToArrow_EmptyReturn.ts3 //// const foo = /*x*/f/*y*/unction() {
12 newContent: `const foo = () => {
H A DrefactorConvertArrowFunctionOrFunctionExpression_ToArrow_FnArgument.ts3 //// function foo(lambda){}
4 //// foo(function /*x*/is/*y*/Even(n) {
13 newContent: `function foo(lambda){}
14 foo((n) => n % 2 === 0);`,

Completed in 58 milliseconds

1...<<1151115211531154115511561157115811591160>>...1224