Skip to content

Commit

Permalink
Update constant.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jul 7, 2024
1 parent fd48863 commit 688af94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/js/constant.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ export const LOGICAL_COMPLEX_B: "(?:is|not)\\(\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|
export const LOGICAL_COMPOUND: "(?:is|not)\\(\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+|:is\\(\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+)+)(?:\\s*,\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+)+))*\\s*\\))+)(?:\\s*,\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+|:is\\(\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+)+)(?:\\s*,\\s*(?:\\*|[A-Za-z][\\w-]*|(?:\\*|[A-Za-z][\\w-]*)?(?:\\[[^|\\]]+\\]|[#.:][\\w-]+)+))*\\s*\\))+))*\\s*\\)";
export const REG_ANCHOR: RegExp;
export const REG_CHILD_INDEXED: RegExp;
export const REG_COMPLEX_A: RegExp;
export const REG_COMPLEX_B: RegExp;
export const REG_COMPLEX: RegExp;
export const REG_DIR: RegExp;
export const REG_FORM: RegExp;
export const REG_FORM_CTRL: RegExp;
Expand Down

0 comments on commit 688af94

Please sign in to comment.