@lcap/nasl-types
Advanced tools
Comparing version 3.10.0-rc.1 to 3.10.1-rc.1
@@ -1,2 +0,2 @@ | ||
import { BaseNode } from './concept'; | ||
import { BaseNode } from './concepts'; | ||
import { tsProtocol } from './protocol'; | ||
@@ -3,0 +3,0 @@ export interface Diagnostic<Node extends BaseNode = BaseNode> { |
import type { SourceMap } from './translator'; | ||
import type { BaseNode } from './concept'; | ||
import type { BaseNode } from './concepts'; | ||
export interface DeclarationTSFileResult { | ||
@@ -4,0 +4,0 @@ code: string; |
export * as Translator from './translator'; | ||
export * as Concept from './concept'; | ||
export * as NASLObject from './concepts'; | ||
export * as Diagnostic from './diagnostic'; | ||
@@ -4,0 +4,0 @@ export * as Embedded from './embedded'; |
@@ -29,5 +29,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NaslServer = exports.Symbol = exports.Module = exports.Meta = exports.Component = exports.Embedded = exports.Diagnostic = exports.Concept = exports.Translator = void 0; | ||
exports.NaslServer = exports.Symbol = exports.Module = exports.Meta = exports.Component = exports.Embedded = exports.Diagnostic = exports.NASLObject = exports.Translator = void 0; | ||
exports.Translator = __importStar(require("./translator")); | ||
exports.Concept = __importStar(require("./concept")); | ||
exports.NASLObject = __importStar(require("./concepts")); | ||
exports.Diagnostic = __importStar(require("./diagnostic")); | ||
@@ -34,0 +34,0 @@ exports.Embedded = __importStar(require("./embedded")); |
import { Symbol } from './symbol'; | ||
import { BaseNode } from './concept'; | ||
import { BaseNode } from './concepts'; | ||
/** 模块实例 */ | ||
@@ -4,0 +4,0 @@ export interface Module { |
import type { AxiosInstance } from 'axios'; | ||
import type { Logger } from './logger'; | ||
import type { EventEmitter, BaseNode } from './concept'; | ||
import type { EventEmitter, BaseNode } from './concepts'; | ||
import { tsProtocol } from './protocol'; | ||
@@ -5,0 +5,0 @@ export interface Options { |
@@ -1,2 +0,2 @@ | ||
import { BaseNode } from './concept'; | ||
import { BaseNode } from './concepts'; | ||
export interface Symbol { | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { BaseNode } from './concept'; | ||
import { BaseNode } from './concepts'; | ||
export interface PositionWithoutOffset { | ||
@@ -3,0 +3,0 @@ line: number; |
{ | ||
"name": "@lcap/nasl-types", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.10.0-rc.1", | ||
"version": "3.10.1-rc.1", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
590689
1118
814
10329
0