Skip to content

global: Enable static class blocks

Evan Welsh requested to merge ewlsh/enable-static-blocks into master

Class static blocks have slight conformance issues around await in mozjs91. The potential for programs to introduce these syntax errors seems small and we'd gain full conformance in the next ESR so perhaps should consider enabling.

We should not merge this before !700 (merged) as the static this will be different internally vs. externally

Edited by Philip Chimento

Merge request reports