You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, I see. I think rule splitting is possible, but I think it needs to be done in major versions.
What "syntax" units do you think would be useful to split rules into in order to control compatibility with Firefox, other browsers, and Node.js?
Could you please open a new issue and suggest?
Instance public fields supported from firefox@69
Static public fields supported from firefox@45
my browserslist: ['firefox >= 75']
but, the code below
it will throw some errors as
ES2022 field 'a' is forbidden.
,ES2022 static field 'b' is forbidden.
i need only to disable the
private_class_field
s andprivate_class_methods
;The text was updated successfully, but these errors were encountered: