@thi.ng/wasm-api-dom
Advanced tools
Comparing version 1.0.7 to 1.0.8
# Change Log | ||
- **Last updated**: 2024-10-08T20:41:04Z | ||
- **Last updated**: 2024-11-09T16:30:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.8) (2024-11-09) | ||
#### ♻️ Refactoring | ||
- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e)) | ||
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.0) (2024-08-18) | ||
@@ -14,0 +20,0 @@ |
/** | ||
* Generated by @thi.ng/wasm-api-bindgen at 2024-08-17T15:49:39.193Z | ||
* Generated by @thi.ng/wasm-api-bindgen at 2024-11-09T16:15:11.536Z | ||
* DO NOT EDIT! | ||
@@ -4,0 +4,0 @@ */ |
import { Pointer, WasmStringPtr } from "@thi.ng/wasm-api"; | ||
import { __array, __instanceArray, __slice32, __primslice32 } from "@thi.ng/wasm-api/memory"; | ||
const __str = (mem, base, isConst = true) => new WasmStringPtr(mem, base, isConst); | ||
var EventType = /* @__PURE__ */ ((EventType2) => { | ||
@@ -184,3 +185,3 @@ EventType2[EventType2["UNKOWN"] = -1] = "UNKOWN"; | ||
get value() { | ||
return $value || ($value = new WasmStringPtr(mem, base, true)); | ||
return $value || ($value = __str(mem, base)); | ||
}, | ||
@@ -691,18 +692,18 @@ get len() { | ||
get tag() { | ||
return $tag || ($tag = new WasmStringPtr(mem, base, true)); | ||
return $tag || ($tag = __str(mem, base)); | ||
}, | ||
get ns() { | ||
return $ns || ($ns = new WasmStringPtr(mem, base + 4, true)); | ||
return $ns || ($ns = __str(mem, base + 4)); | ||
}, | ||
get id() { | ||
return $id || ($id = new WasmStringPtr(mem, base + 8, true)); | ||
return $id || ($id = __str(mem, base + 8)); | ||
}, | ||
get class() { | ||
return $class || ($class = new WasmStringPtr(mem, base + 12, true)); | ||
return $class || ($class = __str(mem, base + 12)); | ||
}, | ||
get text() { | ||
return $text || ($text = new WasmStringPtr(mem, base + 16, true)); | ||
return $text || ($text = __str(mem, base + 16)); | ||
}, | ||
get html() { | ||
return $html || ($html = new WasmStringPtr(mem, base + 20, true)); | ||
return $html || ($html = __str(mem, base + 20)); | ||
}, | ||
@@ -751,6 +752,6 @@ get parent() { | ||
get id() { | ||
return $id || ($id = new WasmStringPtr(mem, base + 4, true)); | ||
return $id || ($id = __str(mem, base + 4)); | ||
}, | ||
get class() { | ||
return $class || ($class = new WasmStringPtr(mem, base + 8, true)); | ||
return $class || ($class = __str(mem, base + 8)); | ||
}, | ||
@@ -792,3 +793,3 @@ get parent() { | ||
get name() { | ||
return $name || ($name = new WasmStringPtr(mem, base, true)); | ||
return $name || ($name = __str(mem, base)); | ||
}, | ||
@@ -833,3 +834,3 @@ get value() { | ||
get str() { | ||
return $str || ($str = new WasmStringPtr(mem, base, true)); | ||
return $str || ($str = __str(mem, base)); | ||
} | ||
@@ -836,0 +837,0 @@ }; |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -51,3 +51,3 @@ "type": "module", | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"@thi.ng/wasm-api-bindgen": "^0.7.8", | ||
"@thi.ng/wasm-api-bindgen": "^0.7.9", | ||
"esbuild": "^0.24.0", | ||
@@ -103,3 +103,3 @@ "typedoc": "^0.26.7", | ||
}, | ||
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n" | ||
"gitHead": "e84096f55842a5a028d5c5e7b776ddd49b79ea17\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115758
2033