@tishlang/tish 2.2.0 → 2.2.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.
@@ -47,8 +47,6 @@ http-hyper = [
47
47
  "dep:hyper",
48
48
  "dep:hyper-util",
49
49
  "dep:http-body-util",
50
- "dep:http",
51
- "dep:pin-project-lite",
52
50
  "dep:core_affinity",
53
51
  "tokio/net",
54
52
  "tokio/rt",
@@ -92,8 +90,6 @@ crossterm = { version = "0.28", optional = true }
92
90
  hyper = { version = "1", default-features = false, features = ["server", "http1", "http2"], optional = true }
93
91
  hyper-util = { version = "0.1", features = ["server", "tokio"], optional = true }
94
92
  http-body-util = { version = "0.1", optional = true }
95
- http = { version = "1", optional = true }
96
- pin-project-lite = { version = "0.2", optional = true }
97
93
  core_affinity = { version = "0.8", optional = true }
98
94
  tokio-tungstenite = { version = "0.29", optional = true }
99
95
  futures-util = { version = "0.3", optional = true }
@@ -6,6 +6,11 @@ description = "Generate Rust glue for Tish cargo: imports (bindgen-style, pre-co
6
6
  license-file = { workspace = true }
7
7
  repository = { workspace = true }
8
8
 
9
+ # proc-macro2 is enabled for its `span-locations` feature, not used by name (Span comes
10
+ # via syn). cargo-machete can't see feature-only deps, so it's ignored here.
11
+ [package.metadata.cargo-machete]
12
+ ignored = ["proc-macro2"]
13
+
9
14
  [[bin]]
10
15
  name = "tishlang-cargo-bindgen"
11
16
  path = "src/main.rs"
@@ -18,6 +23,8 @@ path = "src/lib.rs"
18
23
  cargo_metadata = "0.19"
19
24
  clap = { version = "4.6", features = ["derive", "color"] }
20
25
  pathdiff = "0.2"
26
+ # Not referenced by name (Span comes via syn's re-export), but the `span-locations`
27
+ # feature is load-bearing: it enables Span::start()/end() used in src/lib.rs.
21
28
  proc-macro2 = { version = "1.0", features = ["span-locations"] }
22
29
  serde_json = "1"
23
30
  syn = { version = "2.0", features = ["full", "extra-traits"] }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tishlang/tish",
3
- "version": "2.2.0",
3
+ "version": "2.2.4",
4
4
  "description": "Tish - minimal TS/JS-compatible language. Run, REPL, build to native or other targets.",
5
5
  "license": "PIF",
6
6
  "repository": {
Binary file
Binary file
Binary file
Binary file
Binary file