Skip to content
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

WIP: Port Core to Deno #2531

Closed
wants to merge 2 commits into from
Closed

WIP: Port Core to Deno #2531

wants to merge 2 commits into from

Conversation

marshallswain
Copy link
Member

Summary

These are the packages and tasks required to finish the port to Deno:

  • adapter-commons
    • code cleanup
    • tests
      • commons
      • filter-query
        • mongodb ObjectId
      • service
      • sort
    • Update with 9c22f70
    • Update with c3ec8a4
    • Update with f56c9e2
  • commons
    • add events typescript port
    • code cleanup
    • tests
      • debug
      • module
      • utils
  • errors
    • code cleanup
    • tests
  • authentication
    • code cleanup
    • tests
  • authentication-client
    • code cleanup
    • tests
  • authentication-local
    • code cleanup
    • tests
  • feathers
    • code cleanup
    • tests
  • transport-commons
    • code cleanup
    • tests

Other Packages

We need to discuss how to port these:

Node-only Packages

  • express
  • koa


it.only = (name: string, fn: () => any) => it(name, fn, true);

export const assert = {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daffl this is the beginning of the assert adapter.

@marshallswain marshallswain marked this pull request as draft January 14, 2022 15:47
@apollo79 apollo79 mentioned this pull request Oct 22, 2022
@daffl
Copy link
Member

daffl commented Dec 19, 2022

Closing this one for #2828 (we'll keep the branch around though)

@daffl daffl closed this Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants