01:39 | <nullvoxpopuli> | Anyone know how to update this site? https://tc39.es/proposal-decorators/ data seems behind |
03:52 | <bakkot> | nullvoxpopuli: all of the tc39.es/proposal-whatever sites are served from github pages from the corresponding github repo, in this case https://github.com/tc39/proposal-decorators |
03:52 | <bakkot> | so you could open an issue there |
03:53 | <bakkot> | or just send a PR to the gh-pages branch which replaces it with a meta redirect to the spec PR, I guess https://github.com/tc39/ecma262/pull/2417 |