-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(explorer/build): allow building modules to specific targets (#1000)
Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
- Loading branch information
1 parent
8eec067
commit 4af0313
Showing
19 changed files
with
191 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export * from './nodes/baseNode'; | ||
export * from './nodes/blankNode'; | ||
export * from './nodes/commandNode'; | ||
export * from './nodes/deviceNode'; | ||
export * from './nodes/distributeNode'; | ||
export * from './nodes/osVerNode'; | ||
export * from './nodes/platformNode'; | ||
export * from './nodes/targetNode'; | ||
export * from './nodes/updateNode'; | ||
export * from './nodes/updatesNode'; | ||
export * from './nodes/build/deviceNode'; | ||
export * from './nodes/build/distributeNode'; | ||
export * from './nodes/build/osVerNode'; | ||
export * from './nodes/build/platformNode'; | ||
export * from './nodes/build/targetNode'; | ||
export * from './nodes/updates/updateNode'; | ||
export * from './nodes/updates/updatesNode'; | ||
export * from './nodes/urlNode'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/explorer/nodes/distributeNode.ts → src/explorer/nodes/build/distributeNode.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/explorer/nodes/moduleBuildNode.ts → ...rer/nodes/build/module/moduleBuildNode.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/explorer/nodes/modulePackageNode.ts → ...r/nodes/build/module/modulePackageNode.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
src/explorer/nodes/recentNode.ts → src/explorer/nodes/build/recentNode.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/explorer/nodes/updateNode.ts → src/explorer/nodes/updates/updateNode.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.