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
When using a transpiler such as [Babel](https://babeljs.io/) or [TypeScript](https://www.typescriptlang.org/), or a bundler such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/), you can use **ECMAScript modules** syntax instead:
Json-Schema-Ref-Parser supports recent versions of every major web browser. Older browsers may require [Babel](https://babeljs.io/) and/or [polyfills](https://babeljs.io/docs/en/next/babel-polyfill).
118
+
JSON Schema $RefParser supports recent versions of every major web browser. Older browsers may require [Babel](https://babeljs.io/) and/or [polyfills](https://babeljs.io/docs/en/next/babel-polyfill).
119
119
120
-
To use Json-Schema-Ref-Parser in a browser, you'll need to use a bundling tool such as [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/), [Parcel](https://parceljs.org/), or [Browserify](http://browserify.org/). Some bundlers may require a bit of configuration, such as setting `browser:true` in [rollup-plugin-resolve](https://github.com/rollup/rollup-plugin-node-resolve).
120
+
To use JSON Schema $RefParser in a browser, you'll need to use a bundling tool such as [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/), [Parcel](https://parceljs.org/), or [Browserify](http://browserify.org/). Some bundlers may require a bit of configuration, such as setting `browser:true` in [rollup-plugin-resolve](https://github.com/rollup/rollup-plugin-node-resolve).
121
121
122
122
123
123
@@ -126,6 +126,7 @@ API Documentation
126
126
Full API documentation is available [right here](https://apitools.dev/json-schema-ref-parser/docs/)
127
127
128
128
129
+
129
130
Contributing
130
131
--------------------------
131
132
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/APIDevTools/json-schema-ref-parser/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/json-schema-ref-parser/pulls).
@@ -152,7 +153,6 @@ This package is [Treeware](http://treeware.earth). If you use it in production,
152
153
153
154
154
155
155
-
156
156
Big Thanks To
157
157
--------------------------
158
158
Thanks to these awesome companies for their support of Open Source developers ❤
0 commit comments