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

import { Drash } instead of import Drash #175

Closed
3 tasks done
crookse opened this issue Apr 15, 2020 · 1 comment
Closed
3 tasks done

import { Drash } instead of import Drash #175

crookse opened this issue Apr 15, 2020 · 1 comment
Assignees

Comments

@crookse
Copy link
Member

crookse commented Apr 15, 2020

Summary

What:

import { Drash } from "https://deno.land/x/drash/mod.ts";

Why:

  • Drash in its current form doesn't work with deno doc.
  • To export Drash from a deps.ts file, you need to do the following:
    import Drash from 'https://deno.land/x/drash@v0.39.5/mod.ts';
    export { Drash };
    

Acceptance Criteria

  • Drash works with deno doc
  • Update documentation
  • Update tests
@crookse crookse mentioned this issue Apr 15, 2020
26 tasks
@crookse crookse self-assigned this Apr 15, 2020
@crookse crookse pinned this issue Apr 15, 2020
@crookse
Copy link
Member Author

crookse commented Apr 15, 2020

For the time being, export { Drash as default } from "url"; should be used.

crookse added a commit that referenced this issue Apr 15, 2020
crookse added a commit that referenced this issue Apr 15, 2020
ebebbington added a commit that referenced this issue Apr 15, 2020
@crookse crookse unpinned this issue Apr 15, 2020
@crookse crookse closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant