Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
5
Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/regexp-ast/case-variation.d.ts
generated
vendored
Normal file
5
Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/regexp-ast/case-variation.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type { Alternative, CharacterClassElement, Element, Pattern, StringAlternative } from "@eslint-community/regexpp/ast";
|
||||
import type { ReadonlyFlags } from "regexp-ast-analysis";
|
||||
export declare const getIgnoreCaseFlags: (key: ReadonlyFlags) => ReadonlyFlags;
|
||||
export declare const getCaseSensitiveFlags: (key: ReadonlyFlags) => ReadonlyFlags;
|
||||
export declare function isCaseVariant(element: Element | CharacterClassElement | StringAlternative | Alternative | Pattern, flags: ReadonlyFlags, wholeCharacterClass?: boolean): boolean;
|
||||
Loading…
Add table
Add a link
Reference in a new issue