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

Typia 5.3.2 - no exported member 'IMetadataDictionary' #893

Closed
radixxko opened this issue Nov 30, 2023 · 2 comments
Closed

Typia 5.3.2 - no exported member 'IMetadataDictionary' #893

radixxko opened this issue Nov 30, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@radixxko
Copy link

📝 Summary

Write a short summary of the bug in here.

  • Typia Version: 5.3.2
  • Expected behavior: Typescript will compile
  • Actual behavior: Error when compiling TS

Hello I am trying to publish library using typia@5.3.2 but tsc fails with following errors

node_modules/typia/lib/schemas/metadata/Metadata.d.ts:2:10 - error TS2305: Module '"./IMetadataDictionary"' has no exported member 'IMetadataDictionary'.

2 import { IMetadataDictionary } from "./IMetadataDictionary";
           ~~~~~~~~~~~~~~~~~~~

node_modules/typia/lib/schemas/metadata/MetadataComponents.d.ts:2:10 - error TS2305: Module '"./IMetadataDictionary"' has no exported member 'IMetadataDictionary'.

2 import { IMetadataDictionary } from "./IMetadataDictionary";
@samchon samchon self-assigned this Nov 30, 2023
@samchon samchon added the bug Something isn't working label Nov 30, 2023
@samchon
Copy link
Owner

samchon commented Nov 30, 2023

Thanks for reporting. Upgrade to v5.3.3, then this problem being solved.

samchon added a commit that referenced this issue Nov 30, 2023
Fix #893 - erase `@internal` tag from `IMetadataDictionary`.
@radixxko
Copy link
Author

Thanks for prompt fix. You are the man!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants