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
The project README.md references a strict: boolean option that influences whether the SAX parser runs in strict mode.
This property is not included in the typescript typing though, and the following snippet causes a typescript error:
The project README.md references a
strict: boolean
option that influences whether the SAX parser runs in strict mode.This property is not included in the typescript typing though, and the following snippet causes a typescript error:
Not sure whether this is a documentation issue or a typing issue though.
The text was updated successfully, but these errors were encountered: