i18next / i18next-parser

Parse your code to extract translation keys/values and manage your catalog files
MIT License
466 stars 189 forks source link

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

Open woutervanvliet opened 2 months ago

woutervanvliet commented 2 months ago

🐛 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

etsraphael commented 1 month ago

Same issue here