Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | fix: fix various global objects constructor length (#8373) | Benjamin Gruenbaum | |
This commit changes various Web APIs constructors to match their signature in the browser. | |||
2020-11-03 | build: migrate to dlint (#8176) | Bartek IwaĆczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-10-20 | fix(cli/worker): Print error stacks from the origin Worker (#7987) | Nayeem Rahman | |
Fixes #4728 |