Skip to content

Commit

Permalink
Add rust xsd parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Jul 18, 2024
1 parent f6577f5 commit edf0dfc
Show file tree
Hide file tree
Showing 41 changed files with 57,767 additions and 18 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@selenite/commons",
"version": "0.7.0",
"scripts": {
"dev": "vite dev",
"dev": "npm run wasm && vite dev",
"wasm": "wasm-pack build ./selenite-commons-rs --target web",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
Expand Down Expand Up @@ -47,14 +48,17 @@
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.1.9",
"selenite-commons-rs": "^0.1.0",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.0.11",
"vitest": "^1.2.0"
"vite-plugin-wasm-pack": "^0.1.12",
"vitest": "^1.2.0",
"wasm-pack": "^0.13.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -64,4 +68,4 @@
"autosize": "^6.0.1",
"uuid": "^10.0.0"
}
}
}
Loading

0 comments on commit edf0dfc

Please sign in to comment.