@effect/tsgo 0.40.0 → 0.41.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/README.md +2 -2
- package/dist/effect-tsgo.cjs +5 -5
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -38,11 +38,11 @@ When running in dedicated diagnostics mode, the Effect diagnostics can be emitte
|
|
|
38
38
|
<!-- supported-components:start -->
|
|
39
39
|
## Supported Package Versions
|
|
40
40
|
|
|
41
|
-
The following target package versions are supported by `@effect/tsgo@0.
|
|
41
|
+
The following target package versions are supported by `@effect/tsgo@0.41.0`:
|
|
42
42
|
|
|
43
43
|
| Component | Supported versions |
|
|
44
44
|
|---|---|
|
|
45
|
-
| TypeScript | `7.0.2`, `7.1.0-dev.
|
|
45
|
+
| TypeScript | `7.0.2`, `7.1.0-dev.20260903.1` |
|
|
46
46
|
| Oxlint | `1.79.0`, `1.81.0` |
|
|
47
47
|
| oxlint-tsgolint | `7.0.2001` |
|
|
48
48
|
<!-- supported-components:end -->
|
package/dist/effect-tsgo.cjs
CHANGED
|
@@ -48900,7 +48900,7 @@ const runWith = (command, config) => {
|
|
|
48900
48900
|
//#endregion
|
|
48901
48901
|
//#region package.json
|
|
48902
48902
|
var name = "@effect/tsgo";
|
|
48903
|
-
var version = "0.
|
|
48903
|
+
var version = "0.41.0";
|
|
48904
48904
|
|
|
48905
48905
|
//#endregion
|
|
48906
48906
|
//#region src/metadata.json
|
|
@@ -50112,7 +50112,7 @@ var rules = [
|
|
|
50112
50112
|
"sourceText": "import { Effect } from \"effect\"\n\nclass RetryReason {\n readonly _tag = \"RetryReason\"\n}\n\nclass FatalReason {\n readonly _tag = \"FatalReason\"\n}\n\nclass AppError {\n readonly _tag = \"AppError\"\n constructor(readonly reason: RetryReason | FatalReason) {}\n}\n\ndeclare const program: Effect.Effect<string, AppError>\n\nexport const fixable = program.pipe(\n Effect.catchTag(\"AppError\", (error) => {\n if (error.reason._tag === \"RetryReason\") return Effect.succeed(\"retry\")\n return Effect.fail(error)\n })\n)\n",
|
|
50113
50113
|
"diagnostics": [{
|
|
50114
50114
|
"start": 348,
|
|
50115
|
-
"end":
|
|
50115
|
+
"end": 363,
|
|
50116
50116
|
"text": "Branching on `error.reason._tag` inside `Effect.catchTag` hand-rolls reason dispatch; use `Effect.catchReason` or `Effect.catchReasons`, which re-fail unmatched reasons automatically. effect(catchTagToCatchReason)"
|
|
50117
50117
|
}]
|
|
50118
50118
|
}
|
|
@@ -50782,7 +50782,7 @@ var metadata_default = {
|
|
|
50782
50782
|
var tags = {
|
|
50783
50783
|
"typescript": {
|
|
50784
50784
|
"latest": "7.0.2",
|
|
50785
|
-
"next": "7.1.0-dev.
|
|
50785
|
+
"next": "7.1.0-dev.20260903.1"
|
|
50786
50786
|
},
|
|
50787
50787
|
"oxlint": { "latest": "1.81.0" },
|
|
50788
50788
|
"oxlint-tsgolint": { "latest": "7.0.2001" }
|
|
@@ -50793,8 +50793,8 @@ var components = {
|
|
|
50793
50793
|
"gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b",
|
|
50794
50794
|
"provider": "typescript-go"
|
|
50795
50795
|
},
|
|
50796
|
-
"7.1.0-dev.
|
|
50797
|
-
"gitHead": "
|
|
50796
|
+
"7.1.0-dev.20260903.1": {
|
|
50797
|
+
"gitHead": "cf7b9361a33fa0c8e1afa3cf45fde29c9ab23ec0",
|
|
50798
50798
|
"provider": "typescript"
|
|
50799
50799
|
}
|
|
50800
50800
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/tsgo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"schema.json"
|
|
42
42
|
],
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@effect/tsgo-win32-
|
|
45
|
-
"@effect/tsgo-win32-
|
|
46
|
-
"@effect/tsgo-linux-x64": "0.
|
|
47
|
-
"@effect/tsgo-linux-arm64": "0.
|
|
48
|
-
"@effect/tsgo-linux-arm": "0.
|
|
49
|
-
"@effect/tsgo-darwin-x64": "0.
|
|
50
|
-
"@effect/tsgo-darwin-arm64": "0.
|
|
44
|
+
"@effect/tsgo-win32-arm64": "0.41.0",
|
|
45
|
+
"@effect/tsgo-win32-x64": "0.41.0",
|
|
46
|
+
"@effect/tsgo-linux-x64": "0.41.0",
|
|
47
|
+
"@effect/tsgo-linux-arm64": "0.41.0",
|
|
48
|
+
"@effect/tsgo-linux-arm": "0.41.0",
|
|
49
|
+
"@effect/tsgo-darwin-x64": "0.41.0",
|
|
50
|
+
"@effect/tsgo-darwin-arm64": "0.41.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@effect/platform-node": "^4.0.0-beta.107",
|