@lcap/nasl-types
Advanced tools
Comparing version 3.9.0-beta.3 to 3.9.0-beta.4
@@ -112,3 +112,12 @@ export interface OptionAPI { | ||
tsTypeParams?: string; | ||
readablePropsMap?: { | ||
[name: string]: { | ||
name: string; | ||
title: string; | ||
state: string; | ||
prop: string; | ||
icon?: string; | ||
}; | ||
}; | ||
} | ||
//# sourceMappingURL=component.d.ts.map |
import { BaseNode } from './concept'; | ||
export interface Symbol { | ||
/** | ||
* 唯一编号 | ||
* | ||
* @description 标志符的唯一编号 | ||
*/ | ||
readonly id: number; | ||
/** | ||
* 符号名称 | ||
@@ -51,2 +57,8 @@ * | ||
/** | ||
* 唯一编号 | ||
* | ||
* @description 命名空间下的唯一编号 | ||
*/ | ||
readonly id: number; | ||
/** | ||
* 根节点 | ||
@@ -104,2 +116,8 @@ * | ||
/** | ||
* 使用断言获取符号 | ||
* | ||
* @description 搜索全局命名空间 | ||
*/ | ||
getSymbolByCb(cb: (token: string) => boolean): Symbol | undefined; | ||
/** | ||
* 获取严格本地的可用符号 | ||
@@ -106,0 +124,0 @@ * |
{ | ||
"name": "@lcap/nasl-types", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.3", | ||
"version": "3.9.0-beta.4", | ||
"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
222742
3865