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

WithSession is not exported from mod.ts #22

Closed
sylc opened this issue Jun 14, 2023 · 0 comments · Fixed by #23
Closed

WithSession is not exported from mod.ts #22

sylc opened this issue Jun 14, 2023 · 0 comments · Fixed by #23

Comments

@sylc
Copy link
Contributor

sylc commented Jun 14, 2023

Using the lasted version of fresh-session 0.2.1 and doing deno check ./main.ts on a fresh project using it will generate the following issue:

TS2305 [ERROR]: Module '"https://deno.land/x/fresh_session@0.2.1/mod.ts"' has no exported member 'WithSession'.

it works on 0.2.0. It seems that the WithSession type has been moved to an interface.ts file that is not re-exported by mod.ts

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 a pull request may close this issue.

1 participant