-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When I try export from like this :
/app/bff/client.ts
export const function1 = () => {}
export const function2 = () => {}
...
export const function_n = () => {}
And in app folder I have exported will package jsdoc like this.
/*
@public
*/
export * from './client'
From the same level folder with bff. Let's say component folder . I try to to import like this.
import {function1} from './bff
It's will throw Cannot import a package-private export 'function1'.
Is that a bug of plugin. Or can you show me how to solve this problem.
uhyo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working