@thi.ng/wasm-api-bindgen
Advanced tools
Comparing version 0.4.51 to 0.4.52
@@ -32,6 +32,3 @@ import { topoSort } from "@thi.ng/arrays/topo-sort"; | ||
const C11 = (opts = {}) => { | ||
const { typePrefix } = { | ||
typePrefix: "", | ||
...opts | ||
}; | ||
const { typePrefix = "" } = opts; | ||
const INDENT = " "; | ||
@@ -38,0 +35,0 @@ const SCOPES = [/\{$/, /^\}[ A-Za-z0-9_]*[;,]?$/]; |
# Change Log | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Last updated**: 2024-02-22T23:15:26Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [0.4.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.52) (2024-02-22) | ||
#### ♻️ Refactoring | ||
- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0)) | ||
### [0.4.51](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.51) (2024-02-22) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api-bindgen", | ||
"version": "0.4.51", | ||
"version": "0.4.52", | ||
"description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", | ||
@@ -48,3 +48,3 @@ "type": "module", | ||
"@thi.ng/errors": "^2.4.18", | ||
"@thi.ng/file-io": "^1.3.2", | ||
"@thi.ng/file-io": "^1.3.3", | ||
"@thi.ng/logger": "^3.0.2", | ||
@@ -124,3 +124,3 @@ "@thi.ng/paths": "^5.1.67", | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n" | ||
} |
@@ -26,7 +26,3 @@ import { | ||
const TYPESCRIPT = (opts = {}) => { | ||
const { indent } = { | ||
indent: " ", | ||
stringType: "slice", | ||
...opts | ||
}; | ||
const { indent = " " } = opts; | ||
const SCOPES = [/\{$/, /(?<!\{.*)\}\)?[;,]?$/]; | ||
@@ -33,0 +29,0 @@ const gen = { |
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
126919
2446
Updated@thi.ng/file-io@^1.3.3