Home
last modified time | relevance | path

Searched refs:isShorthandPropertyAssignment (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts125 export declare function isShorthandPropertyAssignment(node: ts.Node): node is ts.ShorthandPropertyA…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts125 export declare function isShorthandPropertyAssignment(node: ts.Node): node is ts.ShorthandPropertyA…
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts4586 const isShorthandPropertyAssignment = constant
4588 if (isShorthandPropertyAssignment) {
/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.ts3709 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A Dtypescript.d.ts3709 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A Dtsserverlibrary.d.ts3709 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A DtypescriptServices.d.ts4478 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A Dtypescript.d.ts4478 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A Dtsserverlibrary.d.ts4478 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dtypescript.d.ts4479 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A DtypescriptServices.d.ts4479 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
H A Dtsserverlibrary.d.ts4479 function isShorthandPropertyAssignment(node: Node): node is ShorthandPropertyAssignment;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-typescript.mjs22isShorthandPropertyAssignment(t)||e.isPropertyAssignment(t))&&e.isBinaryExpression(t.parent.parent… function