Skip to content

Commit

Permalink
feat: introduce the turborepo to the parser.js (#992)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Moya <[email protected]>%0ACo-authored-by: AyushNautiyalDeveloper <[email protected]>%0ACo-authored-by: Turbobot <[email protected]>
  • Loading branch information
ayushnau and turbobot-temp authored Jun 7, 2024
1 parent cb45061 commit 0dd2bfc
Show file tree
Hide file tree
Showing 409 changed files with 27,147 additions and 12,738 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_modules
/lib
/esm
/cjs
/browser
/browser
esm
cjs
134 changes: 0 additions & 134 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
/cjs
/browser
*.tgz
.turbo
Empty file added .npmrc
Empty file.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[![AsyncAPI JavaScript Parser](./assets/logo.png)](https://www.asyncapi.com)

Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.
This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package:

1. [Parser-js](apps/parser): Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.

Validation is powered by [Spectral](https://github.com/stoplightio/spectral).
Updated bundle for the browser is always attached to the GitHub Release.

Expand Down
11 changes: 11 additions & 0 deletions apps/parser/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
.vscode
.DS_Store
/docs
/coverage
/lib
/esm
/cjs
/browser
esm
cjs
Loading

0 comments on commit 0dd2bfc

Please sign in to comment.