Home
last modified time | relevance | path

Searched refs:JSDocProtectedTag (Results 1 – 10 of 10) sorted by relevance

/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A DtypescriptServices.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3487 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3488 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4138 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4504 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
6942 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
H A Dtypescript.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3487 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3488 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4138 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4504 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
6942 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
H A Dtsserverlibrary.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3487 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3488 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4138 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4504 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
10575 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dtypescript.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3488 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3489 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4139 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4505 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
6943 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
H A DtypescriptServices.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3488 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3489 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4139 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4505 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
6943 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
H A Dtsserverlibrary.d.ts429 JSDocProtectedTag = 322, enumerator
1785 export interface JSDocProtectedTag extends JSDocTag { interface
1786 readonly kind: SyntaxKind.JSDocProtectedTag;
3488 … createJSDocProtectedTag(tagName: Identifier | undefined, comment?: string): JSDocProtectedTag;
3489 …ateJSDocProtectedTag(node: JSDocProtectedTag, tagName: Identifier | undefined, comment: string | u…
4139 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
4505 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
10572 …ProtectedTag: (tagName: Identifier | undefined, comment?: string | undefined) => JSDocProtectedTag;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A DtypescriptServices.d.ts390 JSDocProtectedTag = 312, enumerator
1650 export interface JSDocProtectedTag extends JSDocTag { interface
1651 kind: SyntaxKind.JSDocProtectedTag;
3519 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
3732 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
H A Dtypescript.d.ts390 JSDocProtectedTag = 312, enumerator
1650 export interface JSDocProtectedTag extends JSDocTag { interface
1651 kind: SyntaxKind.JSDocProtectedTag;
3519 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
3732 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
H A Dtsserverlibrary.d.ts390 JSDocProtectedTag = 312, enumerator
1650 export interface JSDocProtectedTag extends JSDocTag { interface
1651 kind: SyntaxKind.JSDocProtectedTag;
3519 function getJSDocProtectedTag(node: Node): JSDocProtectedTag | undefined;
3732 function isJSDocProtectedTag(node: Node): node is JSDocProtectedTag;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-typescript.mjs22 …blicTag",t[t.JSDocPrivateTag=329]="JSDocPrivateTag",t[t.JSDocProtectedTag=330]="JSDocProtectedTag"…