We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't import transform, gulp, parser and broccoli from i18next-parser in a TypeScript project
transform
gulp
parser
broccoli
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'
Being able to import transform etc from the package
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
This problem still exists in the newer major version 9.0.2
No branches or pull requests
🐛 Bug Report
Can't import
transform
,gulp
,parser
andbroccoli
from i18next-parser in a TypeScript projectTo Reproduce
Begin with a TypeScript project, and create a new typescript file with the following contents:
and observe the TypeScript error:
Expected behavior
Being able to import
transform
etc from the packageYour Environment
The text was updated successfully, but these errors were encountered: