andrewbober / xsd2jsonschema

A pure JavaScript library for translating complex XML Schemas into JSON Schemas.
https://www.xsd2jsonschema.org
Apache License 2.0
47 stars 25 forks source link

Use path-browserify for web environments. #37

Closed VShingala closed 3 years ago

VShingala commented 3 years ago

This PR adds support for using path-browserify for environments where native path is not present (i.e. on web environments)

VShingala commented 3 years ago

Sorry for the mistake, meant to do this on my forked repo.