isaacs / sax-js

A sax style parser for JS
Other
1.09k stars 325 forks source link

Conversion to Typescript 5 #259

Open pepoirot opened 1 year ago

pepoirot commented 1 year ago

This is a tentative conversion of the project to Typescript except for the tests and examples.

The any type is used multiple times to keep the changes concise.