tc39 / proposal-class-fields

Orthogonally-informed combination of public and private fields proposals
https://arai-a.github.io/ecma262-compare/?pr=1668
1.72k stars 113 forks source link

Adding new diff HTML with all assets to allow local rendering #327

Closed caiolima closed 3 years ago

caiolima commented 3 years ago

This PR is adding unified diff of spec including class fields, private methods and static features generated from https://github.com/tc39/ecma262/pull/1668 using ECMA262 compare.

The idea is to replace the diff we have on spec.html with this diff.

ljharb commented 3 years ago

https://raw.githack.com/tc39/proposal-class-fields/unified-diff/spec/spec.html, looks good

caiolima commented 3 years ago

@ljharb thank you very much for the review. I've added new changes on spec.html to point to the new document with unified changes for all class features proposal. Once we approve and lands this, I'll apply such redirection on other proposals as well.