Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 1 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig | ||||
* | Merge | Leonid Logvinov | 2018-07-18 | 1 | -0/+1 |
| | |||||
* | Enable skipLibCheck flag in ts | Leonid Logvinov | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Remove typeRoots | Leonid Logvinov | 2018-01-10 | 1 | -2/+1 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -0/+14 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -22/+0 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -2/+1 |
| | |||||
* | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 1 | -2/+1 |
| | |||||
* | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 1 | -0/+2 |
| | |||||
* | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Add bn.js types | Leonid Logvinov | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Add initial error handling decorator implementation | Leonid Logvinov | 2017-06-10 | 1 | -0/+1 |
| | |||||
* | Fix types hell with, chai and chai-as-promised | Leonid Logvinov | 2017-06-01 | 1 | -1/+3 |
| | |||||
* | Add assertions library and add them for all function args | Fabio Berger | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | Run mocha on compiled sources | Leonid Logvinov | 2017-05-24 | 1 | -1/+2 |
| | |||||
* | Add initial tsconfig | Leonid Logvinov | 2017-05-24 | 1 | -0/+15 |