Commit graph

9 commits

Author SHA1 Message Date
Futago-za Ryuu 8b7bff7ac3 Resolve linting errors
This also temporarliy disables linting '.ts' files due to the fact that the currect '.d.ts' files contain too many errors/warnings that need to be manually fixed, but since I'm going to be rewriting the whole module in TypeScript anyway, resolving these ESLint error's is a pointless waste of time.
2019-09-29 03:24:42 +01:00
Futago-za Ryuu 9b8b1c5e64 Fix links in browser benchmark results 2019-02-20 10:00:08 +00:00
Futago-za Ryuu 0253215c24 Update benchmark paths 2019-02-15 21:07:40 +00:00
Futago-za Ryuu 53b966289b Fix url's for ajax requests 2019-02-15 11:55:57 +00:00
Futago-za Ryuu e82994582a Use files from repo during benchmark in a browser 2019-02-15 11:50:12 +00:00
Futago-za Ryuu 93ceeff597 General QOL changes
- Added 'test/package.json' for dependencies used by spec tests
- Changed package names of local tools to reflect actual usage
- Removed bins for local tools (using files via 'node [file]' command)
- Updated help text for the CLIs of local tools to reflect changes
- Updated READMEs for tools
- Moved babel dependencies to 'tools/bundle/package.json'
- 'tools/bundle' now only logs created and watching
- Updated scripts in root package.json
2018-11-04 10:01:56 +00:00
Futago-za Ryuu 7deb6a779e Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00
Futago-za Ryuu 70a6fab636 Add README for tools/benchmark 2018-11-02 17:42:42 +00:00
Futago-za Ryuu 163ff20508 Move test/benchmark to tools/benchmark 2018-11-02 17:03:30 +00:00