🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
40
node_modules/@emmetio/css-abbreviation/dist/tokenizer/utils.d.ts
generated
vendored
Normal file
40
node_modules/@emmetio/css-abbreviation/dist/tokenizer/utils.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
export declare const enum Chars {
|
||||
/** `#` character */
|
||||
Hash = 35,
|
||||
/** `$` character */
|
||||
Dollar = 36,
|
||||
/** `-` character */
|
||||
Dash = 45,
|
||||
/** `.` character */
|
||||
Dot = 46,
|
||||
/** `:` character */
|
||||
Colon = 58,
|
||||
/** `,` character */
|
||||
Comma = 44,
|
||||
/** `!` character */
|
||||
Excl = 33,
|
||||
/** `@` character */
|
||||
At = 64,
|
||||
/** `%` character */
|
||||
Percent = 37,
|
||||
/** `_` character */
|
||||
Underscore = 95,
|
||||
/** `(` character */
|
||||
RoundBracketOpen = 40,
|
||||
/** `)` character */
|
||||
RoundBracketClose = 41,
|
||||
/** `{` character */
|
||||
CurlyBracketOpen = 123,
|
||||
/** `}` character */
|
||||
CurlyBracketClose = 125,
|
||||
/** `+` character */
|
||||
Sibling = 43,
|
||||
/** `'` character */
|
||||
SingleQuote = 39,
|
||||
/** `"` character */
|
||||
DoubleQuote = 34,
|
||||
/** `t` character */
|
||||
Transparent = 116,
|
||||
/** `/` character */
|
||||
Slash = 47
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue