Skip to content

Commit 5e20bbd

Browse files
committedAug 12, 2024
feat: Convert to monorepo
Publish each package to npm as a separate module. Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent b0d8c38 commit 5e20bbd

File tree

135 files changed

+12296
-2586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+12296
-2586
lines changed
 

‎.gitignore

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
/.nyc_output
1+
.nyc_output/
22
/.vscode/c_cpp_properties.json
33
/.vscode/ipch
4-
/bin
5-
/build
4+
.nx/
5+
bin/
6+
build/
67
/coverage
7-
/dist
8-
/dist-test
8+
dist/
9+
dist-test/
910
/docs/.vitepress/cache
1011
/docs/.vitepress/dist
1112
/docs/classes
@@ -15,14 +16,17 @@
1516
/docs/README.md
1617
/emsdk*
1718
/lib-*
18-
/node_modules
19+
node_modules/
1920
/rust
2021
/third-party
2122
/src-ts/*.wasm.ts
2223
/tmp
23-
/types
24+
types/
2425
/wasi-sdk*
2526
/wit-bindgen
2627
/vcpkg
2728
.coveralls.yml
2829
*.tsbuildinfo
30+
31+
.nx/cache
32+
.nx/workspace-data

‎.nycrc

-7
This file was deleted.

0 commit comments

Comments
 (0)