We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abba80 commit 1f3f007Copy full SHA for 1f3f007
index.ts
@@ -24,7 +24,6 @@ import {
24
NODE_VALUE_DIMENSION,
25
NODE_VALUE_STRING,
26
NODE_SELECTOR_LANG,
27
- ATTR_FLAG_NONE,
28
ATTR_FLAG_CASE_INSENSITIVE,
29
ATTR_FLAG_CASE_SENSITIVE,
30
NODE_VALUE_PARENTHESIS,
@@ -41,7 +40,6 @@ const OPEN_BRACKET = '['
41
40
const CLOSE_BRACKET = ']'
42
const OPEN_BRACE = '{'
43
const CLOSE_BRACE = '}'
44
-const EMPTY_BLOCK = '{}'
45
const COMMA = ','
46
47
export type FormatOptions = {
0 commit comments