Home
last modified time | relevance | path

Searched refs:JSDoc (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DjsdocDisallowedInTypescript.errors.txt1 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 …]
DdecoratorMetadata-jsdoc.errors.txt1 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.
Doverride_js2.errors.txt1 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…
DjsdocOverrideTag1.errors.txt1 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…
DjsdocPrefixPostfixParsing.errors.txt1 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.
DparamTagWrapping.errors.txt3 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.
DimportingExportingTypes.errors.txt1 …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.
DjsdocAugments_notAClass.errors.txt1 /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.
DextendsTag4.errors.txt1 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.
DjsdocAugments_nameMismatch.errors.txt1 /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.
DextendsTag2.errors.txt1 error TS8022: JSDoc '@extends' is not attached to a class.
4 !!! error TS8022: JSDoc '@extends' is not attached to a class.
DjsdocParamTagInvalid.errors.txt1 /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.
DsmartSelection_JSDoc.baseline1 // Not a JSDoc comment
24 // Not a JSDoc comment
DtypedefDuplicateTypeDeclaration.errors.txt1 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.
DjsdocTypedefMissingType.errors.txt1 /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…
DextendsTagEmit.errors.txt2 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.
DjsdocAugmentsMissingType.errors.txt2 /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.
DcheckJsdocParamOnVariableDeclaredFunctionExpression.errors.txt1 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.
Doverride_js4.errors.txt1 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 …
DnoParameterReassignmentIIFEAnnotated.errors.txt1 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 …
DjsdocFunctionTypeFalsePositive.errors.txt4 /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.
DtypedefInnerNamepaths.errors.txt4 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.
DjsdocInTypeScript.types2 // 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
DjsdocInTypeScript.errors.txt10 // 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
DparamTagOnFunctionUsingArguments.errors.txt1 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