-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode.FeatureWalkMode.html
More file actions
179 lines (177 loc) · 16.6 KB
/
node.FeatureWalkMode.html
File metadata and controls
179 lines (177 loc) · 16.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FeatureWalkMode | @tbela99/css-parser</title><meta name="description" content="Documentation for @tbela99/css-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script><style>
@media (prefers-color-scheme: dark) {
:root {
--md-sys-color-primary: #f6be46;
--md-sys-color-on-primary: #412d00;
--md-sys-color-primary-container: #5d4200;
--md-sys-color-on-primary-container: #ffdea3;
--md-sys-color-secondary: #d9c4a0;
--md-sys-color-on-secondary: #3b2f15;
--md-sys-color-secondary-container: #53452a;
--md-sys-color-on-secondary-container: #f6e0bb;
--md-sys-color-tertiary: #b2cfa8;
--md-sys-color-on-tertiary: #1e361a;
--md-sys-color-tertiary-container: #344d2f;
--md-sys-color-on-tertiary-container: #cdebc2;
--md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #690005;
--md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #ffb4ab;
--md-sys-color-background: #1e1b16;
--md-sys-color-on-background: #e9e1d9;
--md-sys-color-surface: #1e1b16;
--md-sys-color-on-surface: #e9e1d9;
--md-sys-color-surface-variant: #4e4639;
--md-sys-color-on-surface-variant: #d1c5b4;
--md-sys-color-outline: #9a8f80;
--md-sys-color-outline-variant: #4e4639;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #e9e1d9;
--md-sys-color-inverse-on-surface: #34302a;
--md-sys-color-inverse-primary: #7a5900;
--md-sys-color-surface-dim: #16130e;
--md-sys-color-surface-bright: #3d3933;
--md-sys-color-surface-container-lowest: #110e09;
--md-sys-color-surface-container-low: #1e1b16;
--md-sys-color-surface-container: #221f1a;
--md-sys-color-surface-container-high: #2d2924;
--md-sys-color-surface-container-highest: #38342e
}
}
:root[data-theme="dark"] {
--md-sys-color-primary: #f6be46;
--md-sys-color-on-primary: #412d00;
--md-sys-color-primary-container: #5d4200;
--md-sys-color-on-primary-container: #ffdea3;
--md-sys-color-secondary: #d9c4a0;
--md-sys-color-on-secondary: #3b2f15;
--md-sys-color-secondary-container: #53452a;
--md-sys-color-on-secondary-container: #f6e0bb;
--md-sys-color-tertiary: #b2cfa8;
--md-sys-color-on-tertiary: #1e361a;
--md-sys-color-tertiary-container: #344d2f;
--md-sys-color-on-tertiary-container: #cdebc2;
--md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #690005;
--md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #ffb4ab;
--md-sys-color-background: #1e1b16;
--md-sys-color-on-background: #e9e1d9;
--md-sys-color-surface: #1e1b16;
--md-sys-color-on-surface: #e9e1d9;
--md-sys-color-surface-variant: #4e4639;
--md-sys-color-on-surface-variant: #d1c5b4;
--md-sys-color-outline: #9a8f80;
--md-sys-color-outline-variant: #4e4639;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #e9e1d9;
--md-sys-color-inverse-on-surface: #34302a;
--md-sys-color-inverse-primary: #7a5900;
--md-sys-color-surface-dim: #16130e;
--md-sys-color-surface-bright: #3d3933;
--md-sys-color-surface-container-lowest: #110e09;
--md-sys-color-surface-container-low: #1e1b16;
--md-sys-color-surface-container: #221f1a;
--md-sys-color-surface-container-high: #2d2924;
--md-sys-color-surface-container-highest: #38342e
}
@media (prefers-color-scheme: light) {
:root {
--md-sys-color-primary: #7a5900;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #ffdea3;
--md-sys-color-on-primary-container: #261900;
--md-sys-color-secondary: #6c5c3f;
--md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #f6e0bb;
--md-sys-color-on-secondary-container: #251a04;
--md-sys-color-tertiary: #4b6545;
--md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #cdebc2;
--md-sys-color-on-tertiary-container: #092007;
--md-sys-color-error: #ba1a1a;
--md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410002;
--md-sys-color-background: #fffbff;
--md-sys-color-on-background: #1e1b16;
--md-sys-color-surface: #fffbff;
--md-sys-color-on-surface: #1e1b16;
--md-sys-color-surface-variant: #ede1cf;
--md-sys-color-on-surface-variant: #4e4639;
--md-sys-color-outline: #7f7667;
--md-sys-color-outline-variant: #d1c5b4;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #34302a;
--md-sys-color-inverse-on-surface: #f8efe7;
--md-sys-color-inverse-primary: #f6be46;
--md-sys-color-surface-dim: #e1d9d0;
--md-sys-color-surface-bright: #fff8f2;
--md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #fbf2e9;
--md-sys-color-surface-container: #f5ede4;
--md-sys-color-surface-container-high: #efe7de;
--md-sys-color-surface-container-highest: #e9e1d9
}
}
:root[data-theme="light"] {
--md-sys-color-primary: #7a5900;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #ffdea3;
--md-sys-color-on-primary-container: #261900;
--md-sys-color-secondary: #6c5c3f;
--md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #f6e0bb;
--md-sys-color-on-secondary-container: #251a04;
--md-sys-color-tertiary: #4b6545;
--md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #cdebc2;
--md-sys-color-on-tertiary-container: #092007;
--md-sys-color-error: #ba1a1a;
--md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410002;
--md-sys-color-background: #fffbff;
--md-sys-color-on-background: #1e1b16;
--md-sys-color-surface: #fffbff;
--md-sys-color-on-surface: #1e1b16;
--md-sys-color-surface-variant: #ede1cf;
--md-sys-color-on-surface-variant: #4e4639;
--md-sys-color-outline: #7f7667;
--md-sys-color-outline-variant: #d1c5b4;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #34302a;
--md-sys-color-inverse-on-surface: #f8efe7;
--md-sys-color-inverse-primary: #f6be46;
--md-sys-color-surface-dim: #e1d9d0;
--md-sys-color-surface-bright: #fff8f2;
--md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #fbf2e9;
--md-sys-color-surface-container: #f5ede4;
--md-sys-color-surface-container-high: #efe7de;
--md-sys-color-surface-container-highest: #e9e1d9
}
</style><link rel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@tbela99/css-parser</a><div id="tsd-toolbar-links"><a href="https://tbela99.github.io/css-parser/benchmark/index.html">Benchmark</a><a href="https://tbela99.github.io/css-parser/docs/">Docs</a><a href="https://tbela99.github.io/css-parser/playground/">Playground</a><a href="https://github.com/tbela99/css-parser">GitHub</a></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/node.html">node</a></li><li><a href="" aria-current="page">FeatureWalkMode</a></li></ul><h1>Enumeration FeatureWalkMode<code class="tsd-tag">Internal</code></h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>feature walk mode</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/features/type.ts#L6">lib/ast/features/type.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="#post" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Post</span></a>
<a href="#pre" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pre</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="post"><span>Post</span><a href="#post" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Post</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><div class="tsd-comment tsd-typography"><p>post process</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/features/type.ts#L15">lib/ast/features/type.ts:15</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="pre"><span>Pre</span><a href="#pre" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Pre</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0</span></div><div class="tsd-comment tsd-typography"><p>pre process</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/features/type.ts#L11">lib/ast/features/type.ts:11</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#post"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Post</span></a><a href="#pre"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pre</span></a></div></details></div></details></div><div class="site-menu"><nav id="tsd-sidebar-links" class="tsd-navigation"><a href="https://tbela99.github.io/css-parser/benchmark/index.html" class="tsd-nav-link">Benchmark</a><a href="https://tbela99.github.io/css-parser/docs/" class="tsd-nav-link">Docs</a><a href="https://tbela99.github.io/css-parser/playground/" class="tsd-nav-link">Playground</a><a href="https://github.com/tbela99/css-parser" class="tsd-nav-link">GitHub</a></nav><nav class="tsd-navigation"><a href="../modules.html">@tbela99/css-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div><script>
try {
const generateLinkElement = document.querySelector(".tsd-generator a");
const link = document.createElement("a");
Object.assign(link, {
href: "https://github.com/dmnsgn/typedoc-material-theme",
target: "_blank",
rel: "noreferrer",
innerText: "typedoc-material-theme."
});
generateLinkElement.insertAdjacentElement("afterend", link);
generateLinkElement.insertAdjacentText("afterend", " with ");
} catch (error) {
}
</script></body></html>