This project provide TC39 proposal latest status
- Structured tc39/proposals
https://tc39.es/dataset/proposals.json
https://tc39.es/dataset/proposals.min.json (Production)
Setup:
git clone https://github.com/tc39/dataset
cd dataset
# Install dependencies
npm ci
# Clone tc39/proposals and tc39/notes for make dataset
git clone https://github.com/tc39/notes
git clone https://github.com/tc39/proposal
Update dist files:
npm run build
GITHUB_TOKEN=xxx npm run make-dataset # Pass GITHUB_TOKEN for avoid rate limit
npm run make-scheme