mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
fix: rollback regexp eslint changes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// regex that contains all symbols applicable for expression used to AI detect an expression.
|
||||
const expressionSymbolsRegex = /[+-*/%?:<>=!|&()^~]/;
|
||||
const expressionSymbolsRegex = /[\+\-\*\/%\?:<>=!\|&\(\)^~]/;
|
||||
|
||||
export namespace bindingConstants {
|
||||
export const sourceProperty = 'sourceProperty';
|
||||
|
Reference in New Issue
Block a user