Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Babel plugin which switches Babel to use the Hermes parser.",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
2 changes: 2 additions & 0 deletions tools/hermes-parser/js/flow-api-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
2 changes: 2 additions & 0 deletions tools/hermes-parser/js/hermes-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "A custom parser for ESLint using the Hermes parser",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
2 changes: 2 additions & 0 deletions tools/hermes-parser/js/hermes-estree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Flow types for the Flow-ESTree spec produced by the hermes parser",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
2 changes: 2 additions & 0 deletions tools/hermes-parser/js/hermes-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "A JavaScript parser built from the Hermes engine",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
2 changes: 2 additions & 0 deletions tools/hermes-parser/js/hermes-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Tools built on top of Hermes-ESTree to enable codebase transformation",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.36.1",
"description": "Hermes parser plugin for Prettier.",
"license": "MIT",
"homepage": "https://github.com/facebook/hermes#readme",
"bugs": "https://github.com/facebook/hermes/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/hermes.git",
Expand Down
Loading