Home
last modified time | relevance | path

Searched defs:createJSDocComment (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts717 … export const createJSDocComment = Debug.deprecate(factory.createJSDocComment, factoryDeprecation); constant
/third_party/typescript/lib/
Dtypescript.d.ts3542createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method
6970 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
DtypescriptServices.d.ts3542createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method
6970 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
Dtsserverlibrary.d.ts3542createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method
10715 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
Dtsc.js19328 function createJSDocComment(comment, tags) { function
28097 function createJSDocComment() { function
DtypingsInstaller.js24080 function createJSDocComment(comment, tags) { function
34787 function createJSDocComment() { function
DtypescriptServices.js24285 function createJSDocComment(comment, tags) { function
34992 function createJSDocComment() { function
Dtypescript.js24285 function createJSDocComment(comment, tags) { function
34992 function createJSDocComment() { function
Dtsserverlibrary.js24285 function createJSDocComment(comment, tags) { function
34992 function createJSDocComment() { function
Dtsserver.js24091 function createJSDocComment(comment, tags) { function
34798 function createJSDocComment() { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3658createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method
7217 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant
Dtsserverlibrary.d.ts3658createJSDocComment(comment?: string | undefined, tags?: readonly JSDocTag[] | undefined): JSDoc; method
11000 …const createJSDocComment: (comment?: string | undefined, tags?: readonly JSDocTag[] | undefined) =… constant