@effect/tsgo 0.39.0 → 0.39.1
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 +3 -3
- package/dist/effect-tsgo.cjs +6 -6
- package/package.json +8 -8
- package/schema.json +2696 -2039
package/README.md
CHANGED
|
@@ -38,12 +38,12 @@ 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.39.
|
|
41
|
+
The following target package versions are supported by `@effect/tsgo@0.39.1`:
|
|
42
42
|
|
|
43
43
|
| Component | Supported versions |
|
|
44
44
|
|---|---|
|
|
45
|
-
| TypeScript | `7.0.2`, `7.1.0-dev.
|
|
46
|
-
| Oxlint | `1.79.0`, `1.
|
|
45
|
+
| TypeScript | `7.0.2`, `7.1.0-dev.20260901.1` |
|
|
46
|
+
| Oxlint | `1.79.0`, `1.81.0` |
|
|
47
47
|
| oxlint-tsgolint | `7.0.2001` |
|
|
48
48
|
<!-- supported-components:end -->
|
|
49
49
|
|
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.39.
|
|
48903
|
+
var version = "0.39.1";
|
|
48904
48904
|
|
|
48905
48905
|
//#endregion
|
|
48906
48906
|
//#region src/metadata.json
|
|
@@ -50767,9 +50767,9 @@ var metadata_default = {
|
|
|
50767
50767
|
var tags = {
|
|
50768
50768
|
"typescript": {
|
|
50769
50769
|
"latest": "7.0.2",
|
|
50770
|
-
"next": "7.1.0-dev.
|
|
50770
|
+
"next": "7.1.0-dev.20260901.1"
|
|
50771
50771
|
},
|
|
50772
|
-
"oxlint": { "latest": "1.
|
|
50772
|
+
"oxlint": { "latest": "1.81.0" },
|
|
50773
50773
|
"oxlint-tsgolint": { "latest": "7.0.2001" }
|
|
50774
50774
|
};
|
|
50775
50775
|
var components = {
|
|
@@ -50778,8 +50778,8 @@ var components = {
|
|
|
50778
50778
|
"gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b",
|
|
50779
50779
|
"provider": "typescript-go"
|
|
50780
50780
|
},
|
|
50781
|
-
"7.1.0-dev.
|
|
50782
|
-
"gitHead": "
|
|
50781
|
+
"7.1.0-dev.20260901.1": {
|
|
50782
|
+
"gitHead": "253c5e2074a43301c93e34e5616c7249d86d71f6",
|
|
50783
50783
|
"provider": "typescript"
|
|
50784
50784
|
}
|
|
50785
50785
|
},
|
|
@@ -50789,7 +50789,7 @@ var components = {
|
|
|
50789
50789
|
} },
|
|
50790
50790
|
"oxlint": {
|
|
50791
50791
|
"1.79.0": { "gitHead": "0db127cc16d28b97d84bac4ebeb302caf1a78c7e" },
|
|
50792
|
-
"1.
|
|
50792
|
+
"1.81.0": { "gitHead": "0b4e2e67f4193e7ebfcc64982275eb583ae82c83" }
|
|
50793
50793
|
}
|
|
50794
50794
|
};
|
|
50795
50795
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/tsgo",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.1",
|
|
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-x64": "0.39.
|
|
45
|
-
"@effect/tsgo-win32-arm64": "0.39.
|
|
46
|
-
"@effect/tsgo-linux-x64": "0.39.
|
|
47
|
-
"@effect/tsgo-linux-
|
|
48
|
-
"@effect/tsgo-
|
|
49
|
-
"@effect/tsgo-
|
|
50
|
-
"@effect/tsgo-darwin-arm64": "0.39.
|
|
44
|
+
"@effect/tsgo-win32-x64": "0.39.1",
|
|
45
|
+
"@effect/tsgo-win32-arm64": "0.39.1",
|
|
46
|
+
"@effect/tsgo-linux-x64": "0.39.1",
|
|
47
|
+
"@effect/tsgo-linux-arm64": "0.39.1",
|
|
48
|
+
"@effect/tsgo-linux-arm": "0.39.1",
|
|
49
|
+
"@effect/tsgo-darwin-x64": "0.39.1",
|
|
50
|
+
"@effect/tsgo-darwin-arm64": "0.39.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@effect/platform-node": "^4.0.0-beta.107",
|