mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
This commit is contained in:
@@ -20,8 +20,7 @@ module.exports = {
|
||||
return {
|
||||
// /.../
|
||||
['Literal[regex]']: (node) => {
|
||||
var _a;
|
||||
const pattern = (_a = node.regex) === null || _a === void 0 ? void 0 : _a.pattern;
|
||||
const pattern = node.regex?.pattern;
|
||||
if (_containsLookBehind(pattern)) {
|
||||
context.report({
|
||||
node,
|
||||
|
||||
Reference in New Issue
Block a user