Searched refs:JSDoc (Results 1 – 25 of 84) sorted by relevance
1234
/third_party/typescript/tests/baselines/reference/ |
D | jsdocDisallowedInTypescript.errors.txt | 1 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(2,15): error TS8020: JSDoc types can o… 2 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,15): error TS8020: JSDoc types can o… 3 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,32): error TS8020: JSDoc types can o… 4 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(7,20): error TS8020: JSDoc types can o… 5 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(10,18): error TS8020: JSDoc types can … 7 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(13,14): error TS8020: JSDoc types can … 8 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(14,11): error TS8020: JSDoc types can … 9 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(15,8): error TS8020: JSDoc types can o… 10 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(16,11): error TS8020: JSDoc types can … 11 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(17,17): error TS8020: JSDoc types can … [all …]
|
D | decoratorMetadata-jsdoc.errors.txt | 1 tests/cases/conformance/decorators/decoratorMetadata-jsdoc.ts(5,9): error TS8020: JSDoc types can o… 2 tests/cases/conformance/decorators/decoratorMetadata-jsdoc.ts(7,9): error TS8020: JSDoc types can o… 3 tests/cases/conformance/decorators/decoratorMetadata-jsdoc.ts(9,9): error TS8020: JSDoc types can o… 13 !!! error TS8020: JSDoc types can only be used inside documentation comments. 17 !!! error TS8020: JSDoc types can only be used inside documentation comments. 21 !!! error TS8020: JSDoc types can only be used inside documentation comments.
|
D | override_js2.errors.txt | 1 tests/cases/conformance/override/a.js(7,5): error TS4119: This member must have a JSDoc comment wit… 2 tests/cases/conformance/override/a.js(11,5): error TS4122: This member cannot have a JSDoc comment … 3 tests/cases/conformance/override/a.js(17,5): error TS4121: This member cannot have a JSDoc comment … 4 tests/cases/conformance/override/a.js(19,5): error TS4121: This member cannot have a JSDoc comment … 16 !!! error TS4119: This member must have a JSDoc comment with an '@override' tag because it override… 22 !!! error TS4122: This member cannot have a JSDoc comment with an '@override' tag because it is not… 30 !!! error TS4121: This member cannot have a JSDoc comment with an '@override' tag because its conta… 34 !!! error TS4121: This member cannot have a JSDoc comment with an '@override' tag because its conta…
|
D | jsdocOverrideTag1.errors.txt | 1 tests/cases/conformance/jsdoc/0.js(27,5): error TS4119: This member must have a JSDoc comment with … 2 tests/cases/conformance/jsdoc/0.js(32,5): error TS4122: This member cannot have a JSDoc comment wit… 3 tests/cases/conformance/jsdoc/0.js(40,5): error TS4121: This member cannot have a JSDoc comment wit… 35 !!! error TS4119: This member must have a JSDoc comment with an '@override' tag because it override… 42 !!! error TS4122: This member cannot have a JSDoc comment with an '@override' tag because it is not… 52 !!! error TS4121: This member cannot have a JSDoc comment with an '@override' tag because its conta…
|
D | jsdocPrefixPostfixParsing.errors.txt | 1 tests/cases/conformance/jsdoc/prefixPostfix.js(5,18): error TS8024: JSDoc '@param' tag has name '',… 6 tests/cases/conformance/jsdoc/prefixPostfix.js(11,21): error TS8024: JSDoc '@param' tag has name ''… 10 tests/cases/conformance/jsdoc/prefixPostfix.js(14,21): error TS8024: JSDoc '@param' tag has name ''… 24 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name. 40 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name. 51 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
|
D | paramTagWrapping.errors.txt | 3 tests/cases/conformance/jsdoc/bad.js(5,4): error TS8024: JSDoc '@param' tag has name '', but there … 5 tests/cases/conformance/jsdoc/bad.js(6,20): error TS8024: JSDoc '@param' tag has name '', but there… 37 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name. 42 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
|
D | importingExportingTypes.errors.txt | 1 …ot be imported in JavaScript files. Use 'import("fs").WriteFileOptions' in a JSDoc type annotation. 2 …ot be imported in JavaScript files. Use 'import("fs").WriteFileOptions' in a JSDoc type annotation. 17 …ot be imported in JavaScript files. Use 'import("fs").WriteFileOptions' in a JSDoc type annotation. 19 …ot be imported in JavaScript files. Use 'import("fs").WriteFileOptions' in a JSDoc type annotation.
|
D | jsdocAugments_notAClass.errors.txt | 1 /b.js(3,10): error TS8022: JSDoc '@augments' is not attached to a class. 9 !!! error TS8022: JSDoc '@augments' is not attached to a class.
|
D | extendsTag4.errors.txt | 1 tests/cases/conformance/jsdoc/foo.js(11,1): error TS8022: JSDoc '@extends' is not attached to a cla… 17 !!! error TS8022: JSDoc '@extends' is not attached to a class.
|
D | jsdocAugments_nameMismatch.errors.txt | 1 /b.js(4,15): error TS8023: JSDoc '@augments A' does not match the 'extends B' clause. 10 !!! error TS8023: JSDoc '@augments A' does not match the 'extends B' clause.
|
D | extendsTag2.errors.txt | 1 error TS8022: JSDoc '@extends' is not attached to a class. 4 !!! error TS8022: JSDoc '@extends' is not attached to a class.
|
D | jsdocParamTagInvalid.errors.txt | 1 /a.js(1,21): error TS8024: JSDoc '@param' tag has name 'colour', but there is no parameter with tha… 7 !!! error TS8024: JSDoc '@param' tag has name 'colour', but there is no parameter with that name.
|
D | smartSelection_JSDoc.baseline | 1 // Not a JSDoc comment 24 // Not a JSDoc comment
|
D | typedefDuplicateTypeDeclaration.errors.txt | 1 tests/cases/conformance/jsdoc/typedefDuplicateTypeDeclaration.js(4,16): error TS8033: A JSDoc '@typ… 12 !!! error TS8033: A JSDoc '@typedef' comment may not contain multiple '@type' tags.
|
D | jsdocTypedefMissingType.errors.txt | 1 /a.js(2,14): error TS8021: JSDoc '@typedef' tag should either have a type annotation or be followed… 8 !!! error TS8021: JSDoc '@typedef' tag should either have a type annotation or be followed by '@pro…
|
D | extendsTagEmit.errors.txt | 2 tests/cases/conformance/jsdoc/main.js(2,15): error TS8023: JSDoc '@extends Mismatch' does not match… 14 !!! error TS8023: JSDoc '@extends Mismatch' does not match the 'extends B' clause.
|
D | jsdocAugmentsMissingType.errors.txt | 2 /a.js(2,14): error TS8023: JSDoc '@augments ' does not match the 'extends A' clause. 12 !!! error TS8023: JSDoc '@augments ' does not match the 'extends A' clause.
|
D | checkJsdocParamOnVariableDeclaredFunctionExpression.errors.txt | 1 tests/cases/conformance/jsdoc/0.js(14,20): error TS8024: JSDoc '@param' tag has name 's', but there… 20 !!! error TS8024: JSDoc '@param' tag has name 's', but there is no parameter with that name.
|
D | override_js4.errors.txt | 1 tests/cases/conformance/override/a.js(7,5): error TS4123: This member cannot have a JSDoc comment w… 13 !!! error TS4123: This member cannot have a JSDoc comment with an 'override' tag because it is not …
|
D | noParameterReassignmentIIFEAnnotated.errors.txt | 1 tests/cases/compiler/index.js(3,28): error TS8029: JSDoc '@param' tag has name 'rest', but there is… 9 !!! error TS8029: JSDoc '@param' tag has name 'rest', but there is no parameter with that name. It …
|
D | jsdocFunctionTypeFalsePositive.errors.txt | 4 /a.js(1,17): error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name. 18 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
|
D | typedefInnerNamepaths.errors.txt | 4 tests/cases/conformance/jsdoc/bug25104.js(6,18): error TS8024: JSDoc '@param' tag has name '', but … 22 !!! error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
|
D | jsdocInTypeScript.types | 2 // JSDoc typedef tags are not bound TypeScript files. 81 // Not legal JSDoc, but that shouldn't matter in TypeScript. 106 // make sure import types in JSDoc are not resolved
|
D | jsdocInTypeScript.errors.txt | 10 // JSDoc typedef tags are not bound TypeScript files. 65 // Not legal JSDoc, but that shouldn't matter in TypeScript. 75 // make sure import types in JSDoc are not resolved
|
D | paramTagOnFunctionUsingArguments.errors.txt | 1 tests/cases/conformance/jsdoc/a.js(2,20): error TS8029: JSDoc '@param' tag has name 'first', but th… 11 !!! error TS8029: JSDoc '@param' tag has name 'first', but there is no parameter with that name. It…
|
1234