@lcap/nasl-types
Advanced tools
Comparing version 3.9.1-beta.25 to 3.9.1-beta.26
import type { AxiosInstance } from 'axios'; | ||
import type { Logger } from './logger'; | ||
import type { EventEmitter, BaseNode } from './concept'; | ||
import { tsProtocol } from './protocol'; | ||
export interface Options { | ||
@@ -32,3 +33,4 @@ http: AxiosInstance; | ||
waitOqlQueryComponentChildrenFinish(node: BaseNode): Promise<void>; | ||
_isHaveRef(node: BaseNode): Promise<tsProtocol.ReferencesResponseItem[]>; | ||
} | ||
//# sourceMappingURL=server.d.ts.map |
@@ -46,2 +46,8 @@ import type { BaseNode } from './concept'; | ||
/** | ||
* 当前用户聚焦的位置(slot) | ||
* 结合 focusedNodePath 使用 | ||
* @description 逻辑生成 | ||
*/ | ||
focusedSlotPosition?: string; | ||
/** | ||
* toNaturalTS 使用,是否需要带 typeNamespace | ||
@@ -48,0 +54,0 @@ */ |
{ | ||
"name": "@lcap/nasl-types", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.1-beta.25", | ||
"version": "3.9.1-beta.26", | ||
"main": "./out", | ||
@@ -6,0 +6,0 @@ "types": "./out", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227570
3945