@kernlang/cli 3.5.8-canary.210.1.239de0e0 → 3.5.8
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/dist/shared.d.ts +1 -1
- package/package.json +16 -16
package/dist/shared.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IRNode, KernTarget, ParseDiagnostic, ResolvedKernConfig, SchemaViolation, ShadowAnalyzeOptions, ShadowDiagnostic } from '@kernlang/core';
|
|
2
|
-
export declare const GENERATED_HEADER = "// @generated by kern v3.5.8
|
|
2
|
+
export declare const GENERATED_HEADER = "// @generated by kern v3.5.8 \u2014 DO NOT EDIT. Source: ";
|
|
3
3
|
export declare function parseCompilerVersion(version: string): [number, number, number] | null;
|
|
4
4
|
/**
|
|
5
5
|
* Check the existing output file's @generated stamp against the current compiler version.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernlang/cli",
|
|
3
|
-
"version": "3.5.8
|
|
3
|
+
"version": "3.5.8",
|
|
4
4
|
"description": "KERN CLI — transpile, compile, minify, and analyze .kern files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"chokidar": "^5.0.0",
|
|
30
30
|
"jiti": "^2.7.0",
|
|
31
31
|
"typescript": "^6.0.3",
|
|
32
|
-
"@kernlang/codemod": "3.5.8
|
|
33
|
-
"@kernlang/core": "3.5.8
|
|
34
|
-
"@kernlang/
|
|
35
|
-
"@kernlang/
|
|
36
|
-
"@kernlang/express": "3.5.8
|
|
37
|
-
"@kernlang/
|
|
38
|
-
"@kernlang/
|
|
39
|
-
"@kernlang/
|
|
40
|
-
"@kernlang/
|
|
41
|
-
"@kernlang/
|
|
42
|
-
"@kernlang/review": "3.5.8
|
|
43
|
-
"@kernlang/
|
|
44
|
-
"@kernlang/
|
|
45
|
-
"@kernlang/
|
|
46
|
-
"@kernlang/
|
|
32
|
+
"@kernlang/codemod": "3.5.8",
|
|
33
|
+
"@kernlang/core": "3.5.8",
|
|
34
|
+
"@kernlang/go": "3.5.8",
|
|
35
|
+
"@kernlang/python": "3.5.8",
|
|
36
|
+
"@kernlang/express": "3.5.8",
|
|
37
|
+
"@kernlang/evolve": "3.5.8",
|
|
38
|
+
"@kernlang/mcp": "3.5.8",
|
|
39
|
+
"@kernlang/metrics": "3.5.8",
|
|
40
|
+
"@kernlang/native": "3.5.8",
|
|
41
|
+
"@kernlang/review": "3.5.8",
|
|
42
|
+
"@kernlang/review-mcp": "3.5.8",
|
|
43
|
+
"@kernlang/react": "3.5.8",
|
|
44
|
+
"@kernlang/test": "3.5.8",
|
|
45
|
+
"@kernlang/vue": "3.5.8",
|
|
46
|
+
"@kernlang/terminal": "3.5.8"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "tsc -b",
|