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

Migrate @simplewebauthn/server to Deno's import maps #633

Closed
wants to merge 19 commits into from

Conversation

MasterKale
Copy link
Owner

Deno has had import maps support for quite some time now, and a recent blog post about the downsides of using the deps.ts (like I do in @simplewebauthn/server)...

https://deno.com/blog/http-imports

...made me want to try to migrate the library to using import maps in deno.jsonc instead.

This PR replaces deps.ts with an import map, then refactors everything away from relative importing out of deps.ts for more traditional package name identifiers.

@MasterKale
Copy link
Owner Author

MasterKale commented Nov 5, 2024

Closing this PR to expand the effort into "Deploy to JSR" in #634

@MasterKale MasterKale closed this Nov 5, 2024
@MasterKale MasterKale deleted the migrate-server-to-import-maps branch November 10, 2024 00:42
@MasterKale MasterKale restored the migrate-server-to-import-maps branch November 10, 2024 00:43
@MasterKale MasterKale deleted the migrate-server-to-import-maps branch November 10, 2024 00:43
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.

1 participant