@lcap/nasl-types
Advanced tools
Comparing version 3.9.0-beta.30 to 3.9.0-beta.31
@@ -20,5 +20,11 @@ import type { AxiosInstance } from 'axios'; | ||
export interface Server { | ||
http: AxiosInstance; | ||
logger: Logger; | ||
embeddedTSEmitter: EventEmitter; | ||
readonly http: AxiosInstance; | ||
readonly logger: Logger; | ||
readonly embeddedTSEmitter: EventEmitter; | ||
/** | ||
* 标注模式 | ||
* | ||
* @description generator-fe 镜像中类型标注时使用,此模式下将会禁用所有因节点变化造成的 ts 文件修改 | ||
*/ | ||
readonly isAnnotationMode: boolean; | ||
getNaslAnnotatedJSON(app: BaseNode, full?: boolean): Promise<object>; | ||
@@ -25,0 +31,0 @@ getDataSchemaStructureOrTypeAnnotation(node: BaseNode): Promise<any>; |
{ | ||
"name": "@lcap/nasl-types", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.30", | ||
"version": "3.9.0-beta.31", | ||
"main": "./out", | ||
@@ -6,0 +6,0 @@ "types": "./out", |
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
226589
3927