Implement smart buffer

This commit is contained in:
Jack Hadrill
2022-02-02 01:58:55 +00:00
parent a93bfc182f
commit 7d1a0991e4
12 changed files with 1717 additions and 152 deletions

View File

@@ -18,8 +18,11 @@
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"jest": {
"verbose": true,