forked from ethereum/remix-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 50 commits.
# This is the 1st commit message: executors # This is the commit message ethereum#2: libs # This is the commit message ethereum#3: remixd # This is the commit message ethereum#4: add react app # This is the commit message ethereum#5: debugging # This is the commit message ethereum#6: debug + sol # This is the commit message ethereum#7: fixes # This is the commit message ethereum#8: tsconfig # This is the commit message ethereum#9: ast walker # This is the commit message ethereum#10: as walker # This is the commit message ethereum#11: remixd etc # This is the commit message ethereum#12: commander # This is the commit message ethereum#13: remove jest # This is the commit message ethereum#14: rm ui files # This is the commit message ethereum#15: rm reserved keywords # This is the commit message ethereum#16: testrunner # This is the commit message ethereum#17: compiler # This is the commit message ethereum#18: production build # This is the commit message ethereum#19: config # This is the commit message ethereum#20: config # This is the commit message ethereum#21: web types # This is the commit message ethereum#22: update react # This is the commit message ethereum#23: add vm # This is the commit message ethereum#24: add workers # This is the commit message ethereum#25: worker2 # This is the commit message ethereum#26: rm react app # This is the commit message ethereum#27: remixd # This is the commit message ethereum#28: worker fix # This is the commit message ethereum#29: fix detection # This is the commit message ethereum#30: revert react # This is the commit message ethereum#31: rename type # This is the commit message ethereum#32: loading handler # This is the commit message ethereum#33: remove import # This is the commit message ethereum#34: rename # This is the commit message ethereum#35: local plugin # This is the commit message ethereum#36: etherscan # This is the commit message ethereum#37: revert react # This is the commit message ethereum#38: port # This is the commit message ethereum#39: rm worker # This is the commit message ethereum#40: publicpath # This is the commit message ethereum#41: fix test # This is the commit message ethereum#42: 112 # This is the commit message ethereum#43: show version # This is the commit message ethereum#44: "axios": "1.1.2", # This is the commit message ethereum#45: config # This is the commit message ethereum#46: lint # This is the commit message ethereum#47: fix build # This is the commit message ethereum#48: lint # This is the commit message ethereum#49: error on purpose # This is the commit message ethereum#50: test error
- Loading branch information
1 parent
8a0de8f
commit edaaeeb
Showing
312 changed files
with
10,029 additions
and
7,695 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"babelrcRoots": ["*"] | ||
} |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,218 @@ | ||
{ | ||
"implicitDependencies": { | ||
"workspace.json": "*", | ||
"package.json": { | ||
"dependencies": "*", | ||
"devDependencies": "*" | ||
}, | ||
"tsconfig.base.json": "*", | ||
"tslint.json": "*", | ||
".eslintrc.json": "*", | ||
"nx.json": "*" | ||
}, | ||
"npmScope": "remix-project", | ||
"tasksRunnerOptions": { | ||
"default": { | ||
"runner": "@nrwl/workspace/tasks-runners/default", | ||
"options": { | ||
"cacheableOperations": [ | ||
"build", | ||
"lint", | ||
"test", | ||
"e2e" | ||
] | ||
} | ||
} | ||
}, | ||
"projects": { | ||
"remix-lib": { | ||
"tags": [] | ||
}, | ||
"remix-astwalker": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-lib" | ||
] | ||
}, | ||
"remix-analyzer": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-astwalker", | ||
"remix-lib" | ||
] | ||
}, | ||
"remix-debug": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-astwalker", | ||
"remix-lib" | ||
] | ||
}, | ||
"remix-simulator": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-lib" | ||
] | ||
}, | ||
"remix-solidity": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-lib" | ||
] | ||
}, | ||
"remix-tests": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-lib", | ||
"remix-simulator", | ||
"remix-solidity" | ||
] | ||
}, | ||
"remix-url-resolver": { | ||
"tags": [] | ||
}, | ||
"remix-ws-templates": { | ||
"tags": [] | ||
}, | ||
"remix-ide": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-analyzer", | ||
"remix-debug", | ||
"remix-lib", | ||
"remix-simulator", | ||
"remix-solidity", | ||
"remix-tests", | ||
"remix-astwalker", | ||
"remix-url-resolver", | ||
"remix-ws-templates" | ||
] | ||
}, | ||
"remix-ide-e2e": { | ||
"tags": [], | ||
"implicitDependencies": [ | ||
"remix-ide" | ||
] | ||
}, | ||
"remixd": { | ||
"tags": [] | ||
}, | ||
"remix-ui-tree-view": { | ||
"tags": [] | ||
}, | ||
"remix-ui-debugger-ui": { | ||
"tags": [] | ||
}, | ||
"remix-ui-utils": { | ||
"tags": [] | ||
}, | ||
"remix-ui-clipboard": { | ||
"tags": [] | ||
}, | ||
"remix-ui-modal-dialog": { | ||
"tags": [] | ||
}, | ||
"remix-ui-toaster": { | ||
"tags": [] | ||
}, | ||
"debugger": { | ||
"tags": [] | ||
}, | ||
"remix-ui-workspace": { | ||
"tags": [] | ||
}, | ||
"remix-ui-settings": { | ||
"tags": [] | ||
}, | ||
"remix-ui-static-analyser": { | ||
"tags": [] | ||
}, | ||
"remix-ui-checkbox": { | ||
"tags": [] | ||
}, | ||
"remix-ui-plugin-manager": { | ||
"tags": [] | ||
}, | ||
"remix-core-plugin": { | ||
"tags": [] | ||
}, | ||
"remix-ui-solidity-compiler": { | ||
"tags": [] | ||
}, | ||
"remix-ui-publish-to-storage": { | ||
"tags": [] | ||
}, | ||
"remix-ui-renderer": { | ||
"tags": [] | ||
}, | ||
"remix-ui-terminal": { | ||
"tags": [] | ||
}, | ||
"solidity-compiler": { | ||
"tags": [] | ||
}, | ||
"remix-ide-e2e-src-local-plugin": { | ||
"tags": [] | ||
}, | ||
"remix-ui-editor": { | ||
"tags": [] | ||
}, | ||
"remix-ui-app": { | ||
"tags": [] | ||
}, | ||
"remix-ui-helper": { | ||
"tags": [] | ||
}, | ||
"remix-ui-vertical-icons-panel": { | ||
"tags": [] | ||
}, | ||
"remix-ui-search": { | ||
"tags": [] | ||
}, | ||
"remix-ui-home-tab": { | ||
"tags": [] | ||
}, | ||
"remix-ui-tabs": { | ||
"tags": [] | ||
}, | ||
"remix-ui-panel": { | ||
"tags": [] | ||
}, | ||
"remix-ui-theme-module": { | ||
"tags": [] | ||
}, | ||
"solidity-unit-testing": { | ||
"tags": [] | ||
}, | ||
"remix-ui-run-tab": { | ||
"tags": [] | ||
}, | ||
"remix-ui-permission-handler": { | ||
"tags": [] | ||
}, | ||
"remix-ui-file-decorators": { | ||
"tags": [] | ||
}, | ||
"remix-ui-tooltip-popup": { | ||
"tags": [] | ||
}, | ||
"vyper": { | ||
"tags": [] | ||
}, | ||
"etherscan": { | ||
"tags": [] | ||
}, | ||
"remix-ui-drag-n-drop": { | ||
"tags": [] | ||
} | ||
}, | ||
"targetDependencies": { | ||
"build": [ | ||
{ | ||
"target": "build", | ||
"projects": "dependencies" | ||
} | ||
] | ||
} | ||
|
||
} |
Oops, something went wrong.