Skip to content

Commit 8acc2e2

Browse files
committed
feat: Brine can stream and has unit tests
1 parent 11d0b19 commit 8acc2e2

10 files changed

Lines changed: 1473 additions & 39 deletions

File tree

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/brine/deploy.nevermore.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"targets": {
3+
"test": {
4+
"universeId": 9716264427,
5+
"placeId": 115317112879009,
6+
"project": "test/default.project.json",
7+
"scriptTemplate": "test/scripts/Server/ServerMain.server.lua"
8+
}
9+
}
10+
}

src/brine/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,20 @@
2828
"Quenty"
2929
],
3030
"dependencies": {
31+
"@quenty/baseobject": "workspace:*",
3132
"@quenty/bufferencoder": "workspace:*",
33+
"@quenty/instanceutils": "workspace:*",
3234
"@quenty/loader": "workspace:*",
3335
"@quenty/maid": "workspace:*",
3436
"@quenty/memoize": "workspace:*",
3537
"@quenty/nevermore-test-runner": "workspace:*",
38+
"@quenty/rx": "workspace:*",
3639
"@quenty/selectionutils": "workspace:*",
3740
"@quenty/servicebag": "workspace:*",
41+
"@quenty/steputils": "workspace:*",
3842
"@quenty/string": "workspace:*",
3943
"@quenty/symbol": "workspace:*",
44+
"@quenty/table": "workspace:*",
4045
"@quenty/viewport": "workspace:*",
4146
"@quentystudios/jest-lua": "3.10.0-quenty.2"
4247
},

0 commit comments

Comments
 (0)