Skip to content

Commit 99952cb

Browse files
committed
chore: reduce package size 10x
1 parent 8f39ec7 commit 99952cb

6 files changed

Lines changed: 22 additions & 153 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ logs
77
as-tral
88
*.lockb
99
.vscode/
10-
build/
10+
build/
11+
*.tmp.ts

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
assembly/__tests__/
2+
assembly/__benches__/
3+
.trunk/
4+
.github/
5+
.vscode/
6+
.git/
7+
bench/
8+
build/
9+
node_modules/
10+
scripts/
11+
.gitignore
12+
.prettierignore
13+
.prettierrc.json
14+
*.sh
15+
bun.lock
16+
*.tmp.ts
17+
CHANGELOG.md
18+
SECURITY.md
19+
asconfig.json
20+
transform/src/

bench.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

ci/bench/lib/bench.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

ci/bench/runners/assemblyscript.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

ci/run-bench.as.sh

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)