Searched defs:createJSDocComment (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/ |
| D | deprecations.ts | 717 … export const createJSDocComment = Debug.deprecate(factory.createJSDocComment, factoryDeprecation); constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3542 … createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method 6970 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
|
| D | typescriptServices.d.ts | 3542 … createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method 6970 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
|
| D | tsserverlibrary.d.ts | 3542 … createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method 10715 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
|
| D | tsc.js | 19328 function createJSDocComment(comment, tags) { function 28097 function createJSDocComment() { function
|
| D | typingsInstaller.js | 24080 function createJSDocComment(comment, tags) { function 34787 function createJSDocComment() { function
|
| D | typescriptServices.js | 24285 function createJSDocComment(comment, tags) { function 34992 function createJSDocComment() { function
|
| D | typescript.js | 24285 function createJSDocComment(comment, tags) { function 34992 function createJSDocComment() { function
|
| D | tsserverlibrary.js | 24285 function createJSDocComment(comment, tags) { function 34992 function createJSDocComment() { function
|
| D | tsserver.js | 24091 function createJSDocComment(comment, tags) { function 34798 function createJSDocComment() { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3658 … createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method 7217 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
|
| D | tsserverlibrary.d.ts | 3658 … createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method 11000 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
|