Skip to content

Commit

Permalink
feat(expo): add convert-to-inferred generators for Expo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Aug 7, 2024
1 parent 720681f commit 089497a
Show file tree
Hide file tree
Showing 35 changed files with 1,893 additions and 479 deletions.
41 changes: 0 additions & 41 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7598,47 +7598,6 @@
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "generators",
"path": "/nx-api/expo/generators",
"name": "generators",
"children": [
{
"id": "init",
"path": "/nx-api/expo/generators/init",
"name": "init",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "application",
"path": "/nx-api/expo/generators/application",
"name": "application",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "library",
"path": "/nx-api/expo/generators/library",
"name": "library",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "component",
"path": "/nx-api/expo/generators/component",
"name": "component",
"children": [],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
Expand Down
39 changes: 1 addition & 38 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,44 +955,7 @@
"type": "executor"
}
},
"generators": {
"/nx-api/expo/generators/init": {
"description": "Initialize the @nx/expo plugin",
"file": "generated/packages/expo/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/expo/src/generators/init/schema.json",
"path": "/nx-api/expo/generators/init",
"type": "generator"
},
"/nx-api/expo/generators/application": {
"description": "Create an application",
"file": "generated/packages/expo/generators/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/expo/src/generators/application/schema.json",
"path": "/nx-api/expo/generators/application",
"type": "generator"
},
"/nx-api/expo/generators/library": {
"description": "Create a library",
"file": "generated/packages/expo/generators/library.json",
"hidden": false,
"name": "library",
"originalFilePath": "/packages/expo/src/generators/library/schema.json",
"path": "/nx-api/expo/generators/library",
"type": "generator"
},
"/nx-api/expo/generators/component": {
"description": "Create a component",
"file": "generated/packages/expo/generators/component.json",
"hidden": false,
"name": "component",
"originalFilePath": "/packages/expo/src/generators/component/schema.json",
"path": "/nx-api/expo/generators/component",
"type": "generator"
}
},
"generators": {},
"path": "/nx-api/expo"
},
"express": {
Expand Down
39 changes: 1 addition & 38 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -941,44 +941,7 @@
"type": "executor"
}
],
"generators": [
{
"description": "Initialize the @nx/expo plugin",
"file": "generated/packages/expo/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/expo/src/generators/init/schema.json",
"path": "expo/generators/init",
"type": "generator"
},
{
"description": "Create an application",
"file": "generated/packages/expo/generators/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/expo/src/generators/application/schema.json",
"path": "expo/generators/application",
"type": "generator"
},
{
"description": "Create a library",
"file": "generated/packages/expo/generators/library.json",
"hidden": false,
"name": "library",
"originalFilePath": "/packages/expo/src/generators/library/schema.json",
"path": "expo/generators/library",
"type": "generator"
},
{
"description": "Create a component",
"file": "generated/packages/expo/generators/component.json",
"hidden": false,
"name": "component",
"originalFilePath": "/packages/expo/src/generators/component/schema.json",
"path": "expo/generators/component",
"type": "generator"
}
],
"generators": [],
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "expo",
"packageName": "@nx/expo",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/expo/executors/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"port": {
"type": "number",
"description": "Port to start the Metro bundler on",
"description": "Port to start the Metro Gbundler on",
"default": 8081,
"alias": "p"
},
Expand Down
103 changes: 0 additions & 103 deletions docs/generated/packages/expo/generators/application.json

This file was deleted.

96 changes: 0 additions & 96 deletions docs/generated/packages/expo/generators/component.json

This file was deleted.

44 changes: 0 additions & 44 deletions docs/generated/packages/expo/generators/init.json

This file was deleted.

Loading

0 comments on commit 089497a

Please sign in to comment.