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

Ensure that types are exported #242

Merged
merged 1 commit into from
May 10, 2023
Merged

Ensure that types are exported #242

merged 1 commit into from
May 10, 2023

Conversation

diogoazevedos
Copy link
Contributor

Fix for the following problem:

Could not find a declaration file for module 'meriyah'. '/path/to/node_modules/meriyah/dist/meriyah.esm.mjs' implicitly has an 'any' type.
  There are types at '/path/to/node_modules/meriyah/dist/src/meriyah.d.ts', but this result could not be resolved when respecting package.json "exports". The 'meriyah' library may need to update its package.json or typings.

import { parseScript } from 'meriyah';

Copy link
Member

@3cp 3cp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

@3cp 3cp merged commit 94be7f9 into meriyah:master May 10, 2023
3 checks passed
@3cp
Copy link
Member

3cp commented May 10, 2023

Please try v4.3.6.

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

Successfully merging this pull request may close these issues.

None yet

2 participants