Skip to content

WIP: Port Core to Deno - #2531

Closed
marshallswain wants to merge 2 commits into
dovefrom
dove-deno-new
Closed

WIP: Port Core to Deno#2531
marshallswain wants to merge 2 commits into
dovefrom
dove-deno-new

Conversation

@marshallswain

Copy link
Copy Markdown
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
Copy Markdown
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

daffl commented Dec 19, 2022

Copy link
Copy Markdown
Member

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

@daffl daffl closed this Dec 19, 2022
@daffl
daffl deleted the dove-deno-new branch September 6, 2025 17:13
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.

2 participants