tc39 / dataset

The automatic track tc39 proposals

Home Page:https://tc39.es/dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The automatic track tc39 proposals

https://tc39.es/dataset

License:The Unlicense


Languages

Language:TypeScript 100.0%