-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
feat: Move development and publishing to Deno #93
Conversation
This pulls over the code for Regular hooks from this PR: feathersjs/feathers#2483
…o-port-2 # Conflicts: # main/hooks/src/regular.ts # main/hooks/test/collect.test.ts # package-lock.json # packages/hooks/package.json # packages/hooks/src/base.ts # packages/hooks/src/hooks.ts # packages/hooks/src/index.ts
This also adds the `cov_profile` folder to the .gitignore. Not sure if we need it checked in.
The coverage report is just the Deno default, right now found here. It should percentage complete and the lines not tested. It's not a very ideal format, though. We could consider using a tool like this: https://github.com/azu/lcov-summary The |
This PR holds the latest code including support for Regular Hooks and the
collect
utility.make npm
in the root.deno lint main
as part of the test script