Commits
Click on a commit to change the comparison rangetest(linter/no-console): add more tests (#11878)
Add a few tests to `no-console` rule, to make sure it catches e.g. `console['log'](foo)`.
The test for ``console[`lo\\x67`](foo)`` ensures the correct operation of `ComputedMemberExpression::static_property_name` - that it uses `cooked` not `raw` for `TemplateLiteral`s.5 months ago
by overlookmotel