We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist
Describe the bug As seen in this repo - https://github.com/kapv89/yjs-scalable-ws-backend/tree/external_api_persistence ... adding "type": "module" to package.json of y-websocket allows y-websocket to be used in node-environment for unit tests. Not sure why this is not done yet by default on this package.
"type": "module"
package.json
y-websocket
To Reproduce Steps to reproduce the behavior:
Expected behavior It should be trivial to use y-websocket in tests of your y-crdt websocket-backend. It's not right now.
Environment Information
The text was updated successfully, but these errors were encountered:
dmonad
No branches or pull requests
Checklist
Describe the bug
As seen in this repo - https://github.com/kapv89/yjs-scalable-ws-backend/tree/external_api_persistence ... adding
"type": "module"
topackage.json
ofy-websocket
allowsy-websocket
to be used in node-environment for unit tests. Not sure why this is not done yet by default on this package.To Reproduce
Steps to reproduce the behavior:
y-websocket
lacking"type": "module"
Expected behavior
It should be trivial to use
y-websocket
in tests of your y-crdt websocket-backend. It's not right now.Environment Information
[email protected] /Users/kv/Projects/ref/yjs-scalable-ws-backend
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ └── [email protected] deduped
└── [email protected]
The text was updated successfully, but these errors were encountered: