You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added typings for cjs in v5.0.7 commit
But the typings for EMS module are still pointing to the old file. Unfortunately, I would not be able to check this before 4th Apr.
After upgrading from 5.06 to [5.0.7 ... 5.0.9] i cant use "X2jOptions" anymore:
import {type X2jOptions, XMLParser} from 'fast-xml-parser';
error TS2305: Module '"fast-xml-parser"' has no exported member 'X2jOptions'.
The text was updated successfully, but these errors were encountered: