/third_party/typescript/tests/baselines/reference/ |
D | unparenthesizedFunctionTypeInUnionOrIntersection.errors.txt | 1 …OrIntersection.ts(1,19): error TS1385: Function type notation must be parenthesized when used in a… 2 …OrIntersection.ts(2,19): error TS1385: Function type notation must be parenthesized when used in a… 3 …OrIntersection.ts(3,12): error TS1385: Function type notation must be parenthesized when used in a… 4 …OrIntersection.ts(4,12): error TS1385: Function type notation must be parenthesized when used in a… 5 …OrIntersection.ts(5,19): error TS1385: Function type notation must be parenthesized when used in a… 6 …nOrIntersection.ts(8,4): error TS1385: Function type notation must be parenthesized when used in a… 7 …rIntersection.ts(11,19): error TS1387: Function type notation must be parenthesized when used in a… 8 …rIntersection.ts(12,19): error TS1387: Function type notation must be parenthesized when used in a… 9 …rIntersection.ts(13,12): error TS1387: Function type notation must be parenthesized when used in a… 10 …rIntersection.ts(14,12): error TS1387: Function type notation must be parenthesized when used in a… [all …]
|
D | unparenthesizedConstructorTypeInUnionOrIntersection.errors.txt | 1 …ntersection.ts(1,19): error TS1386: Constructor type notation must be parenthesized when used in a… 2 …ntersection.ts(2,19): error TS1386: Constructor type notation must be parenthesized when used in a… 3 …ntersection.ts(3,12): error TS1386: Constructor type notation must be parenthesized when used in a… 4 …ntersection.ts(4,12): error TS1386: Constructor type notation must be parenthesized when used in a… 5 …ntersection.ts(5,19): error TS1386: Constructor type notation must be parenthesized when used in a… 6 …Intersection.ts(8,4): error TS1386: Constructor type notation must be parenthesized when used in a… 7 …tersection.ts(11,19): error TS1388: Constructor type notation must be parenthesized when used in a… 8 …tersection.ts(12,19): error TS1388: Constructor type notation must be parenthesized when used in a… 9 …tersection.ts(13,12): error TS1388: Constructor type notation must be parenthesized when used in a… 10 …tersection.ts(14,12): error TS1388: Constructor type notation must be parenthesized when used in a… [all …]
|
D | genericCallsWithoutParens.errors.txt | 2 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list. 16 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized…
|
D | genericConstructExpressionWithoutArgs.errors.txt | 1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list. 15 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized…
|
D | genericObjectCreationWithoutTypeArgs.errors.txt | 1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list. 12 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized…
|
D | parserConstructorAmbiguity3.errors.txt | 1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list. 9 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized…
|
D | newOperatorErrorCases.errors.txt | 3 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list. 44 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized…
|
D | templateStringWithEmbeddedYieldKeyword.types | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeyword.symbols | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeywordES6.symbols | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeywordES6.types | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringInYieldKeyword.symbols | 5 // Once this is supported, the inner expression does not need to be parenthesized.
|
D | templateStringInYieldKeyword.types | 5 // Once this is supported, the inner expression does not need to be parenthesized.
|
D | templateStringWithEmbeddedYieldKeyword.errors.txt | 10 // Once this is supported, yield *must* be parenthesized.
|
D | declarationEmitFirstTypeArgumentGenericFunctionType.types | 47 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
|
D | castExpressionParentheses.symbols | 80 // nested parenthesized expression, should keep one pair of parenthese
|
D | declarationEmitFirstTypeArgumentGenericFunctionType.symbols | 73 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
|
D | inferentialTypingWithFunctionTypeSyntacticScenarios.symbols | 83 // parenthesized expression
|
/third_party/gn/src/gn/ |
D | command_format.cc | 192 void AddParen(int prec, int outer_prec, bool* parenthesized); 693 void Printer::AddParen(int prec, int outer_prec, bool* parenthesized) { in AddParen() argument 696 *parenthesized = true; in AddParen() 722 bool parenthesized = false; in Expr() local 725 AddParen(kPrecedenceSuffix, outer_prec, &parenthesized); in Expr() 754 parenthesized = true; in Expr() 756 AddParen(prec_left, outer_prec, &parenthesized); in Expr() 759 if (parenthesized) in Expr()
|
/third_party/node/deps/acorn/acorn/ |
D | CHANGELOG.md | 501 A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an err… 523 Allow all forms of member expressions to be parenthesized as lvalue. 537 Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses ag… 543 Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs… 563 Disallow parenthesized pattern expressions. 567 Don't allow the `async` keyword to be parenthesized. 688 A parenthesized class or function expression after `export default` is now parsed correctly.
|
/third_party/python/Doc/reference/ |
D | grammar.rst | 12 In particular, ``&`` followed by a symbol, token or parenthesized
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/ |
D | parenthesized-use-strict.src.ts.shot | 3 exports[`typescript basics parenthesized-use-strict.src 1`] = `
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/ |
D | parenthesized-type.src.ts.shot | 3 exports[`typescript types parenthesized-type.src 1`] = `
|
/third_party/boost/libs/local_function/doc/ |
D | release_notes.qbk | 28 # Replaced parenthesized syntax with variadic and sequencing macro syntaxes.
|
/third_party/boost/tools/build/doc/src/ |
D | regex.adoc | 46 `indices` is omitted returns a list of first parenthesized groups of all
|