Open woutervanvliet opened 6 months ago
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
Same issue here
This problem still exists in the newer major version 9.0.2
🐛 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