Skip to content

tc39/dataset

TC39 Proposal dataset

This project provide TC39 proposal latest status

"API"

Development

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

LICENSE

UNLICENSE