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

Fix TS9006 Declaration emit Error #5867

Open
t83714 opened this issue Sep 29, 2021 · 0 comments
Open

Fix TS9006 Declaration emit Error #5867

t83714 opened this issue Sep 29, 2021 · 0 comments

Comments

@t83714
Copy link
Member

t83714 commented Sep 29, 2021

See:

Out of 133 type errors we need to solve,

  • error TS9006: Declaration emit for this file requires using private name 'xxxx' from module. Might related to this issue

One possible solution could be:

  • Export the relevant type in the file where it's declared.
  • Import the relevant type in the file that trigger the error.

This ticket is about solving the errors (from the google docs link below) that are related to issue above.

https://docs.google.com/spreadsheets/d/12lDW0jfA-2x6A4LE9J9BSXXaWNpClk1Ypm4_E8kB0bo

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

No branches or pull requests

1 participant