Searched refs:Trailing (Results 1 – 25 of 68) sorted by relevance
123
/third_party/typescript/tests/baselines/reference/ |
D | parserErrorRecovery_ExtendsOrImplementsClause5.errors.txt | 2 …/parserErrorRecovery_ExtendsOrImplementsClause5.ts(1,18): error TS1009: Trailing comma not allowed. 4 …/parserErrorRecovery_ExtendsOrImplementsClause5.ts(1,32): error TS1009: Trailing comma not allowed. 12 !!! error TS1009: Trailing comma not allowed. 16 !!! error TS1009: Trailing comma not allowed.
|
D | namedTupleMembersErrors.types | 23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 24 >Trailing : Trailing
|
D | dynamicImportTrailingComma.errors.txt | 1 tests/cases/compiler/dynamicImportTrailingComma.ts(2,12): error TS1009: Trailing comma not allowed. 8 !!! error TS1009: Trailing comma not allowed.
|
D | classHeritageWithTrailingSeparator.errors.txt | 1 tests/cases/compiler/classHeritageWithTrailingSeparator.ts(2,18): error TS1009: Trailing comma not … 8 !!! error TS1009: Trailing comma not allowed.
|
D | parserVariableDeclaration10.errors.txt | 1 …VariableDeclarations/parserVariableDeclaration10.ts(1,6): error TS1009: Trailing comma not allowed. 7 !!! error TS1009: Trailing comma not allowed.
|
D | parserVariableDeclaration5.errors.txt | 1 …/VariableDeclarations/parserVariableDeclaration5.ts(1,6): error TS1009: Trailing comma not allowed. 7 !!! error TS1009: Trailing comma not allowed.
|
D | parserErrorRecovery_ExtendsOrImplementsClause2.errors.txt | 2 …/parserErrorRecovery_ExtendsOrImplementsClause2.ts(1,18): error TS1009: Trailing comma not allowed. 10 !!! error TS1009: Trailing comma not allowed.
|
D | namedTupleMembersErrors.symbols | 23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 24 >Trailing : Symbol(Trailing, Decl(namedTupleMembersErrors.ts, 9, 37))
|
D | parserErrorRecovery_VariableList1.errors.txt | 1 …/VariableLists/parserErrorRecovery_VariableList1.ts(1,6): error TS1009: Trailing comma not allowed. 8 !!! error TS1009: Trailing comma not allowed.
|
D | syntaxErrors.errors.txt | 2 tests/cases/conformance/jsdoc/badTypeArguments.js(2,22): error TS1009: Trailing comma not allowed. 14 !!! error TS1009: Trailing comma not allowed.
|
D | namedTupleMembersErrors.js | 13 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 38 export declare type Trailing = [first: string, rest: ...string[]];
|
D | jsxIntrinsicElementsTypeArgumentErrors.errors.txt | 3 tests/cases/compiler/jsxIntrinsicElementsTypeArgumentErrors.tsx(7,22): error TS1009: Trailing comma… 15 tests/cases/compiler/jsxIntrinsicElementsTypeArgumentErrors.tsx(20,22): error TS1009: Trailing comm… 40 !!! error TS1009: Trailing comma not allowed. 76 !!! error TS1009: Trailing comma not allowed.
|
D | duplicateLocalVariable1.types | 206 …Trailing byte invalid at index: 8")); testRunner.addTest(new TestCase("Test ANSI fails validati… 207 …Trailing byte invalid at index: 8")); testRunner.addTest(new TestCase("Test ANSI fails validati… 208 …Trailing byte invalid at index: 8")); testRunner.addTest(new TestCase("Test ANSI fails validati… 1616 …ew FileManager.FileBuffer(filename); return true; }, "Trailing byte invalid at i… 1620 …ew FileManager.FileBuffer(filename); return true; }, "Trailing byte invalid at i… 1644 }, "Trailing byte invalid at index: 8")); 1645 >"Trailing byte invalid at index: 8" : "Trailing byte invalid at index: 8" 1648 …ew FileManager.FileBuffer(filename); return true; }, "Trailing byte invalid at i… 1652 …ew FileManager.FileBuffer(filename); return true; }, "Trailing byte invalid at i… 1676 }, "Trailing byte invalid at index: 6")); [all …]
|
D | duplicateLocalVariable1.errors.txt | 307 }, "Trailing byte invalid at index: 8")); 314 }, "Trailing byte invalid at index: 6"));
|
/third_party/boost/tools/quickbook/test/ |
D | para_test-1_5.quickbook | 23 Single paragraph.[/ Trailing comment] 63 Single paragraph.[/ Trailing comment]
|
D | templates-1_5.quickbook | 273 [/ Trailing newline shouldn't be included]
|
D | templates-1_6.quickbook | 273 [/ Trailing newline shouldn't be included]
|
D | templates-1_7.quickbook | 273 [/ Trailing newline shouldn't be included]
|
/third_party/boost/tools/quickbook/test/doc-info/ |
D | title_trailing_space-1_1.quickbook | 1 [article Trailing Space ]
|
D | title_trailing_space-1_6.quickbook | 1 [article Trailing Space [quickbook 1.6]]
|
/third_party/typescript/tests/cases/conformance/types/tuple/named/ |
D | namedTupleMembersErrors.ts | 14 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed alias
|
/third_party/typescript_eslint/ |
D | .markdownlint.json | 18 // MD009/no-trailing-spaces - Trailing spaces 46 // MD026/no-trailing-punctuation - Trailing punctuation in heading
|
/third_party/grpc/ |
D | CONCEPTS.md | 57 …` terminated with a mandatory `Status` and optional `Status-Metadata` (a.k.a.,`Trailing-Metadata`). 60 …P/2 frames at the sender and reassembled at the receiver. `Status` and `Trailing-Metadata` are sen…
|
/third_party/node/doc/api/ |
D | path.md | 79 the Unix `basename` command. Trailing directory separators are ignored, see 151 the Unix `dirname` command. Trailing directory separators are ignored, see 339 `\` on Windows). Trailing separators are preserved. 377 significant elements of the `path`. Trailing directory separators are ignored,
|
/third_party/node/test/es-module/ |
D | test-esm-imports.mjs | 23 // Trailing pattern imports
|
123