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

Missing declarations file #1134

Open
bekand opened this issue Jan 13, 2024 · 0 comments
Open

Missing declarations file #1134

bekand opened this issue Jan 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working task Task level project item

Comments

@bekand
Copy link
Contributor

bekand commented Jan 13, 2024

Describe the bug
Since v2.87.4, the morphir-elm/lib/dist/main.d.ts file is missing from the NPM package.
This causes imports to break, as the compiler can't find the specified module.

To Reproduce

  1. Explicitly npm install version 2.87.4 or 2.87.5
  2. try to import something from the package in your typescript project using something like
    import {getModules} from 'morphir-elm'

Expected behavior
The module is resolved, the import works as expected.

@bekand bekand added bug Something isn't working task Task level project item labels Jan 13, 2024
@bekand bekand self-assigned this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working task Task level project item
Projects
None yet
Development

No branches or pull requests

1 participant