Milos Djermanovic

Results 694 comments of Milos Djermanovic

> To the extent that someone needs to support an older ECMAScript version, and they're using the `RegExp` constructor rather than a literal (so no parsing error), it seems helpful...

I'm also okay with it, and I agree we should use a more generic name that would allow us to add more to it in the future. Maybe `universal`, like...

Seems like we should also discuss branches. While we were in the v9 prerelease phase, we used the `v8.x` branch for development. The corresponding docs site branch was `latest`, because...

I created `v8.x-dev` branch and updated the Branch name pattern to `v*.x-dev` in the Branch protection rule.

Where shall we maintain info about which rules are frozen? Maybe in `meta.docs.frozen` property (boolean) of rules?

Those are deprecated rules. What we need is to define a list of non-deprecated rules that are frozen.

To start, here's the list of all non-deprecated rules with `"type": "suggestion"` or `"type": "layout"`. I'm assuming that neither of `"type": "problem"` rules are frozen. Edit: This is now the...