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

Exports missing from TS definition file index.d.ts #1000

Open
woutervanvliet opened this issue May 10, 2024 · 1 comment
Open

Exports missing from TS definition file index.d.ts #1000

woutervanvliet opened this issue May 10, 2024 · 1 comment

Comments

@woutervanvliet
Copy link
Contributor

🐛 Bug Report

Can't import transform, gulp, parser and broccoli from i18next-parser in a TypeScript project

To Reproduce

Begin with a TypeScript project, and create a new typescript file with the following contents:

import { transform, gulp, broccoli, parser } from 'i18next-parser'

and observe the TypeScript error:

Module '"i18next-parser"' has no exported member 'transform'

Expected behavior

Being able to import transform etc from the package

Your Environment

  • runtime version: node 18
  • i18next-parser version: i.e. 8.13.0
  • typescript version: 5.4.5
@etsraphael
Copy link

Same issue here

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

2 participants