Home
last modified time | relevance | path

Searched refs:Trailing (Results 1 – 25 of 68) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DparserErrorRecovery_ExtendsOrImplementsClause5.errors.txt2 …/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.
DnamedTupleMembersErrors.types23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed
24 >Trailing : Trailing
DdynamicImportTrailingComma.errors.txt1 tests/cases/compiler/dynamicImportTrailingComma.ts(2,12): error TS1009: Trailing comma not allowed.
8 !!! error TS1009: Trailing comma not allowed.
DclassHeritageWithTrailingSeparator.errors.txt1 tests/cases/compiler/classHeritageWithTrailingSeparator.ts(2,18): error TS1009: Trailing comma not …
8 !!! error TS1009: Trailing comma not allowed.
DparserVariableDeclaration10.errors.txt1 …VariableDeclarations/parserVariableDeclaration10.ts(1,6): error TS1009: Trailing comma not allowed.
7 !!! error TS1009: Trailing comma not allowed.
DparserVariableDeclaration5.errors.txt1 …/VariableDeclarations/parserVariableDeclaration5.ts(1,6): error TS1009: Trailing comma not allowed.
7 !!! error TS1009: Trailing comma not allowed.
DparserErrorRecovery_ExtendsOrImplementsClause2.errors.txt2 …/parserErrorRecovery_ExtendsOrImplementsClause2.ts(1,18): error TS1009: Trailing comma not allowed.
10 !!! error TS1009: Trailing comma not allowed.
DnamedTupleMembersErrors.symbols23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed
24 >Trailing : Symbol(Trailing, Decl(namedTupleMembersErrors.ts, 9, 37))
DparserErrorRecovery_VariableList1.errors.txt1 …/VariableLists/parserErrorRecovery_VariableList1.ts(1,6): error TS1009: Trailing comma not allowed.
8 !!! error TS1009: Trailing comma not allowed.
DsyntaxErrors.errors.txt2 tests/cases/conformance/jsdoc/badTypeArguments.js(2,22): error TS1009: Trailing comma not allowed.
14 !!! error TS1009: Trailing comma not allowed.
DnamedTupleMembersErrors.js13 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed
38 export declare type Trailing = [first: string, rest: ...string[]];
DjsxIntrinsicElementsTypeArgumentErrors.errors.txt3 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.
DduplicateLocalVariable1.types206Trailing byte invalid at index: 8")); testRunner.addTest(new TestCase("Test ANSI fails validati…
207Trailing byte invalid at index: 8")); testRunner.addTest(new TestCase("Test ANSI fails validati…
208Trailing 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 …]
DduplicateLocalVariable1.errors.txt307 }, "Trailing byte invalid at index: 8"));
314 }, "Trailing byte invalid at index: 6"));
/third_party/boost/tools/quickbook/test/
Dpara_test-1_5.quickbook23 Single paragraph.[/ Trailing comment]
63 Single paragraph.[/ Trailing comment]
Dtemplates-1_5.quickbook273 [/ Trailing newline shouldn't be included]
Dtemplates-1_6.quickbook273 [/ Trailing newline shouldn't be included]
Dtemplates-1_7.quickbook273 [/ Trailing newline shouldn't be included]
/third_party/boost/tools/quickbook/test/doc-info/
Dtitle_trailing_space-1_1.quickbook1 [article Trailing Space ]
Dtitle_trailing_space-1_6.quickbook1 [article Trailing Space [quickbook 1.6]]
/third_party/typescript/tests/cases/conformance/types/tuple/named/
DnamedTupleMembersErrors.ts14 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed alias
/third_party/typescript_eslint/
D.markdownlint.json18 // MD009/no-trailing-spaces - Trailing spaces
46 // MD026/no-trailing-punctuation - Trailing punctuation in heading
/third_party/grpc/
DCONCEPTS.md57 …` 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/
Dpath.md79 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/
Dtest-esm-imports.mjs23 // Trailing pattern imports

123