@systemfsoftware/arethetypeswrong-cli 0.18.5 → 1.1.0
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/getExitCode.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as RenderOptions } from "./index-
|
|
1
|
+
import { n as RenderOptions } from "./index-BRUs6L5O.js";
|
|
2
2
|
import { CheckResult } from "@systemfsoftware/arethetypeswrong-core";
|
|
3
3
|
//#region src/getExitCode.d.ts
|
|
4
4
|
declare function getExitCode(analysis: CheckResult, opts?: RenderOptions): number;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as core from "@systemfsoftware/arethetypeswrong-core";
|
|
2
2
|
//#region src/problemUtils.d.ts
|
|
3
3
|
declare const problemFlags: {
|
|
4
|
-
readonly NoResolution:
|
|
5
|
-
readonly UntypedResolution:
|
|
6
|
-
readonly FalseCJS:
|
|
7
|
-
readonly FalseESM:
|
|
8
|
-
readonly CJSResolvesToESM:
|
|
9
|
-
readonly FallbackCondition:
|
|
10
|
-
readonly CJSOnlyExportsDefault:
|
|
11
|
-
readonly NamedExports:
|
|
12
|
-
readonly FalseExportDefault:
|
|
13
|
-
readonly MissingExportEquals:
|
|
14
|
-
readonly UnexpectedModuleSyntax:
|
|
15
|
-
readonly InternalResolutionError:
|
|
4
|
+
readonly NoResolution: 'no-resolution';
|
|
5
|
+
readonly UntypedResolution: 'untyped-resolution';
|
|
6
|
+
readonly FalseCJS: 'false-cjs';
|
|
7
|
+
readonly FalseESM: 'false-esm';
|
|
8
|
+
readonly CJSResolvesToESM: 'cjs-resolves-to-esm';
|
|
9
|
+
readonly FallbackCondition: 'fallback-condition';
|
|
10
|
+
readonly CJSOnlyExportsDefault: 'cjs-only-exports-default';
|
|
11
|
+
readonly NamedExports: 'named-exports';
|
|
12
|
+
readonly FalseExportDefault: 'false-export-default';
|
|
13
|
+
readonly MissingExportEquals: 'missing-export-equals';
|
|
14
|
+
readonly UnexpectedModuleSyntax: 'unexpected-module-syntax';
|
|
15
|
+
readonly InternalResolutionError: 'internal-resolution-error';
|
|
16
16
|
};
|
|
17
17
|
declare const resolutionKinds: Record<core.ResolutionKind, string>;
|
|
18
18
|
//#endregion
|
package/dist/render/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as typed, n as RenderOptions, r as untyped, t as Format } from "../index-
|
|
1
|
+
import { i as typed, n as RenderOptions, r as untyped, t as Format } from "../index-BRUs6L5O.js";
|
|
2
2
|
export { Format, RenderOptions, typed, untyped };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@systemfsoftware/arethetypeswrong-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A CLI tool for arethetypeswrong.github.io — forked under systemfsoftware",
|
|
5
5
|
"author": "Andrew Branch & ej-shafran (forked by systemfsoftware)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"marked": "^9.1.2",
|
|
33
33
|
"marked-terminal": "^7.1.0",
|
|
34
34
|
"semver": "^7.5.4",
|
|
35
|
-
"@systemfsoftware/arethetypeswrong-core": "0.
|
|
35
|
+
"@systemfsoftware/arethetypeswrong-core": "1.0.7"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/marked": "^5.0.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"tsdown": "^0.22.9",
|
|
45
45
|
"vite-tsconfig-paths": "^6.1.1",
|
|
46
46
|
"vitest": "^4",
|
|
47
|
-
"@systemfsoftware/
|
|
48
|
-
"@systemfsoftware/
|
|
47
|
+
"@systemfsoftware/vitest-config": "^0.1.0",
|
|
48
|
+
"@systemfsoftware/tsconfig": "^1.2.6"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=22"
|