deep-foundation / deep-foundation/deepcase

Generate index.ts file to expose everything to client handlers

Open
#76 0 comments 0 reactions 1 assignee Claimed by @FreePhoenix888 View on GitHub
enhancement
Dominant language
TypeScript
Stars
7
Forks
6
PR merge metrics
No merged PRs in 30d

Description

# 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 https://github.com/deep-foundation/deepcase/issues/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](https://github.com/deep-foundation/deepcase/assets/66206278/e5718591-d3d7-4e77-bfe7-071e629ac107)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.