https://github.com/quick-lint/javascript-corpus
Various JavaScript source code useful for testing quick-lint-js
https://github.com/quick-lint/javascript-corpus
Last synced: 4 months ago
JSON representation
Various JavaScript source code useful for testing quick-lint-js
- Host: GitHub
- URL: https://github.com/quick-lint/javascript-corpus
- Owner: quick-lint
- License: unlicense
- Created: 2021-05-20T04:31:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T23:31:30.000Z (over 2 years ago)
- Last Synced: 2025-06-03T18:11:12.379Z (about 1 year ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to setup js corpus for testing ?
```
git clone https://github.com/quick-lint/javascript-corpus.git
cd javascript-corpus
git submodule init
git submodule update --depth 1
```