@lcap/nasl-language-server-core 4.3.0-beta.1 → 4.3.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/checker.d.ts +6 -0
- package/out/checker.d.ts.map +1 -1
- package/out/checker.js +24 -3
- package/out/checker.js.map +1 -1
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/out/index.js.map +1 -1
- package/out/reference-manager/build-q-name-def.d.ts.map +1 -1
- package/out/reference-manager/build-q-name-def.js +0 -9
- package/out/reference-manager/build-q-name-def.js.map +1 -1
- package/out/reference-manager/builtin-q-name.d.ts.map +1 -1
- package/out/reference-manager/builtin-q-name.js +1 -5
- package/out/reference-manager/builtin-q-name.js.map +1 -1
- package/out/reference-manager/reference-manager.d.ts.map +1 -1
- package/out/reference-manager/reference-manager.js +4 -1
- package/out/reference-manager/reference-manager.js.map +1 -1
- package/out/reference-manager/symbol-type.d.ts +1 -1
- package/out/reference-manager/symbol-type.d.ts.map +1 -1
- package/out/reference-manager/symbol-type.js.map +1 -1
- package/out/typer/collectGlobalDefs.d.ts.map +1 -1
- package/out/typer/collectGlobalDefs.js +3 -1
- package/out/typer/collectGlobalDefs.js.map +1 -1
- package/out/typer/component-def-manager/utils.d.ts.map +1 -1
- package/out/typer/component-def-manager/utils.js +4 -2
- package/out/typer/component-def-manager/utils.js.map +1 -1
- package/out/typer/dispatch-call.d.ts.map +1 -1
- package/out/typer/dispatch-call.js +177 -26
- package/out/typer/dispatch-call.js.map +1 -1
- package/out/typer/dispatch-def.d.ts.map +1 -1
- package/out/typer/dispatch-def.js +6 -2
- package/out/typer/dispatch-def.js.map +1 -1
- package/out/typer/dispatch-expr.d.ts +4 -2
- package/out/typer/dispatch-expr.d.ts.map +1 -1
- package/out/typer/dispatch-expr.js +111 -18
- package/out/typer/dispatch-expr.js.map +1 -1
- package/out/typer/dispatch-stmt.d.ts.map +1 -1
- package/out/typer/dispatch-stmt.js +1 -0
- package/out/typer/dispatch-stmt.js.map +1 -1
- package/out/typer/dispatch-view.js +1 -1
- package/out/typer/dispatch-view.js.map +1 -1
- package/out/typer/oql-checker/chain-call-transformer.d.ts +21 -0
- package/out/typer/oql-checker/chain-call-transformer.d.ts.map +1 -0
- package/out/typer/oql-checker/chain-call-transformer.js +150 -0
- package/out/typer/oql-checker/chain-call-transformer.js.map +1 -0
- package/out/typer/oql-checker/ts-parser.d.ts +46 -0
- package/out/typer/oql-checker/ts-parser.d.ts.map +1 -0
- package/out/typer/oql-checker/ts-parser.js +706 -0
- package/out/typer/oql-checker/ts-parser.js.map +1 -0
- package/out/typer/oql-checker/ts-printer.d.ts +3 -0
- package/out/typer/oql-checker/ts-printer.d.ts.map +1 -0
- package/out/typer/oql-checker/ts-printer.js +37 -0
- package/out/typer/oql-checker/ts-printer.js.map +1 -0
- package/out/typer/overload-helper.d.ts +17 -6
- package/out/typer/overload-helper.d.ts.map +1 -1
- package/out/typer/overload-helper.js +393 -76
- package/out/typer/overload-helper.js.map +1 -1
- package/out/typer/subster.d.ts.map +1 -1
- package/out/typer/subster.js +70 -2
- package/out/typer/subster.js.map +1 -1
- package/out/typer/type-manager.js +4 -4
- package/out/typer/type-manager.js.map +1 -1
- package/out/typer/type-predicate.d.ts +9 -0
- package/out/typer/type-predicate.d.ts.map +1 -1
- package/out/typer/type-predicate.js +14 -1
- package/out/typer/type-predicate.js.map +1 -1
- package/out/typer/typer.d.ts +13 -3
- package/out/typer/typer.d.ts.map +1 -1
- package/out/typer/typer.js +21 -5
- package/out/typer/typer.js.map +1 -1
- package/out/typer/unifier.d.ts.map +1 -1
- package/out/typer/unifier.js +4 -5
- package/out/typer/unifier.js.map +1 -1
- package/out/utils/debug.d.ts +6 -0
- package/out/utils/debug.d.ts.map +1 -0
- package/out/utils/debug.js +62 -0
- package/out/utils/debug.js.map +1 -0
- package/out/utils/file-node-cache.d.ts.map +1 -1
- package/out/utils/file-node-cache.js +4 -1
- package/out/utils/file-node-cache.js.map +1 -1
- package/out/utils/internal-tuple.d.ts +2 -0
- package/out/utils/internal-tuple.d.ts.map +1 -0
- package/out/utils/internal-tuple.js +29 -0
- package/out/utils/internal-tuple.js.map +1 -0
- package/out/utils/parseTsClassType.d.ts +1 -5
- package/out/utils/parseTsClassType.d.ts.map +1 -1
- package/out/utils/parseTsClassType.js +103 -66
- package/out/utils/parseTsClassType.js.map +1 -1
- package/out/utils/type-operator.d.ts +29 -1
- package/out/utils/type-operator.d.ts.map +1 -1
- package/out/utils/type-operator.js +181 -1
- package/out/utils/type-operator.js.map +1 -1
- package/out/utils/type-operators/CheckUniqueKeys.d.ts +15 -0
- package/out/utils/type-operators/CheckUniqueKeys.d.ts.map +1 -0
- package/out/utils/type-operators/CheckUniqueKeys.js +86 -0
- package/out/utils/type-operators/CheckUniqueKeys.js.map +1 -0
- package/package.json +12 -7
package/out/checker.d.ts
CHANGED
|
@@ -42,6 +42,12 @@ export declare function createErrorDiagnoser(context: DiagnoseContext): {
|
|
|
42
42
|
clearDiagnostics: (node?: SyntaxNode) => void;
|
|
43
43
|
getDiagnostics: (node: SyntaxNode) => NodeDiagnosticsMap | undefined;
|
|
44
44
|
getAllDiagnostics: () => FileDiagnosticsMap;
|
|
45
|
+
getDebugDiagnostics: () => {
|
|
46
|
+
message: string;
|
|
47
|
+
severity: string;
|
|
48
|
+
nodePath: string;
|
|
49
|
+
nodeConcept: string;
|
|
50
|
+
}[];
|
|
45
51
|
error: (node: SyntaxNode, message: string, context?: ErrorContext) => void;
|
|
46
52
|
};
|
|
47
53
|
export interface DiagnosticRecord {
|
package/out/checker.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checker.d.ts","sourceRoot":"","sources":["../src/checker.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EAU0F,GAAG,EAMvG,QAAQ,EACT,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACgE,cAAc,EAGpF,MAAM,qBAAqB,CAAC;AAS7B,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AAK5C,OAAO,EAAE,UAAU,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAKpE,oBAAY,QAAQ;IAClB,IAAI,YAAY;IAChB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,UAAU,GAAG,kBAAkB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AAEnE,KAAK,YAAY,GAAG;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAMF,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC;AAMrE,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAqBF,KAAK,eAAe,GAAG;IACrB,GAAG,EAAE,GAAG,CAAC;IACT,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,OAAO,CAAC;IACf,yBAAyB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AA4OF;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,eAAe;oCA8pIpB,OAAO;sDAPW,gBAAgB,EAAE;;;;sBAhBjD,UAAU,GAAG,SAAS;;;8BA4Df,UAAU;2BAuBb,UAAU;;
|
|
1
|
+
{"version":3,"file":"checker.d.ts","sourceRoot":"","sources":["../src/checker.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EAU0F,GAAG,EAMvG,QAAQ,EACT,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACgE,cAAc,EAGpF,MAAM,qBAAqB,CAAC;AAS7B,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AAK5C,OAAO,EAAE,UAAU,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAKpE,oBAAY,QAAQ;IAClB,IAAI,YAAY;IAChB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,UAAU,GAAG,kBAAkB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AAEnE,KAAK,YAAY,GAAG;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAMF,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG,GAAG,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC;AAMrE,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAqBF,KAAK,eAAe,GAAG;IACrB,GAAG,EAAE,GAAG,CAAC;IACT,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,OAAO,CAAC;IACf,yBAAyB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AA4OF;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,eAAe;oCA8pIpB,OAAO;sDAPW,gBAAgB,EAAE;;;;sBAhBjD,UAAU,GAAG,SAAS;;;8BA4Df,UAAU;2BAuBb,UAAU;;;iBAW3B,MAAM;kBACL,MAAM;kBACN,MAAM;qBACH,MAAM;;kBAhrIF,UAAU,WAAW,MAAM,YAAY,YAAY;EAktIzE;AAGD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IACrC,mBAAmB,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IACvC,qBAAqB,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1C;AAMD,eAAO,MAAM,6BAA6B,aAC9B,UAAU,+DAGnB,MAAM,gBAAgB,CAyCxB,CAAC;AAMF,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
package/out/checker.js
CHANGED
|
@@ -4384,6 +4384,26 @@ function createErrorDiagnoser(context) {
|
|
|
4384
4384
|
function getAllDiagnostics() {
|
|
4385
4385
|
return diagnosticMap;
|
|
4386
4386
|
}
|
|
4387
|
+
function getDebugDiagnostics() {
|
|
4388
|
+
const diagMap = getAllDiagnostics();
|
|
4389
|
+
const flattenedDiags = [];
|
|
4390
|
+
diagMap.forEach((item) => {
|
|
4391
|
+
flattenedDiags.push(...[...item.entries()].flatMap((([node, xs]) => {
|
|
4392
|
+
return xs.flatMap((x) => {
|
|
4393
|
+
if (!x.message || !x.severity) {
|
|
4394
|
+
return [];
|
|
4395
|
+
}
|
|
4396
|
+
return [{
|
|
4397
|
+
message: x.message,
|
|
4398
|
+
severity: x.severity,
|
|
4399
|
+
nodePath: node.nodePath,
|
|
4400
|
+
nodeConcept: node.concept,
|
|
4401
|
+
}];
|
|
4402
|
+
});
|
|
4403
|
+
})));
|
|
4404
|
+
});
|
|
4405
|
+
return flattenedDiags;
|
|
4406
|
+
}
|
|
4387
4407
|
return {
|
|
4388
4408
|
setMetadataTypeEnable,
|
|
4389
4409
|
setLatestVersionsOfSharedApp,
|
|
@@ -4392,6 +4412,7 @@ function createErrorDiagnoser(context) {
|
|
|
4392
4412
|
clearDiagnostics,
|
|
4393
4413
|
getDiagnostics,
|
|
4394
4414
|
getAllDiagnostics,
|
|
4415
|
+
getDebugDiagnostics,
|
|
4395
4416
|
error,
|
|
4396
4417
|
};
|
|
4397
4418
|
}
|
|
@@ -4445,7 +4466,7 @@ exports.transformDiagnosticsToRecords = transformDiagnosticsToRecords;
|
|
|
4445
4466
|
// @ts-expect-error
|
|
4446
4467
|
const toRaw = (nd) => nd.__v_raw ?? nd;
|
|
4447
4468
|
// 是否来自系统内置
|
|
4448
|
-
const isBuiltInCall = (nd) => nd.calleeNamespace
|
|
4449
|
-
//
|
|
4450
|
-
const getExtensionLibName = (nd) => nd.calleeNamespace
|
|
4469
|
+
const isBuiltInCall = (nd) => !!nd.calleeNamespace?.startsWith('nasl.');
|
|
4470
|
+
// 获取依赖库名
|
|
4471
|
+
const getExtensionLibName = (nd) => nd.calleeNamespace?.startsWith('extensions.') ? nd.calleeNamespace.split('.')[1] : undefined;
|
|
4451
4472
|
//# sourceMappingURL=checker.js.map
|