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

Generate index.ts file to expose everything to client handlers #76

Open
FreePhoenix888 opened this issue Mar 10, 2024 · 0 comments · May be fixed by #77
Open

Generate index.ts file to expose everything to client handlers #76

FreePhoenix888 opened this issue Mar 10, 2024 · 0 comments · May be fixed by #77
Assignees
Labels
enhancement New feature or request

Comments

@FreePhoenix888
Copy link
Member

FreePhoenix888 commented Mar 10, 2024

Why do we need this

  • Better autocompletion. VSCode not always find import symbol in package if exported symbol is not re-exported from entry-point. For example try to import createSerialOperation from deeplinks :)
  • Ability to expose everything to client handler ( a little help to Unable to import from specific path in client handler #63 )
    I have imported and logged Deepcase imports in client handler:
  const DeepCase = await deep.import('@deep-foundation/deepcase');
  console.log("My"+"Log", {DeepCase})  

and now there is a lot of thing to use!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant