You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,14 +158,15 @@ Output yml file with all the data, could be good idea to commit this file to tra
145
158
#### Include and Exclude
146
159
147
160
Include and exclude filters uses glob matchers with picomatch. In UI you can do such combinations (both exclude and include):
148
-
* Filter bundle and file in one string
149
-
*`translation-*.js:*/**/index.js` - this selects all bundles that matches `translation-*.js` and all the files by all paths that name is `index.js`. `:` is separator and required only when bundle search used.
150
-
* Format for this kind of filter is `BUNDLE_GLOB:FILE_GLOB`
151
-
* Filter bundle in one string
152
-
* This is special case of bundle+file filter, you need to omit `FILE_GLOB` part (empty string)
153
-
* Filter file in one string
154
-
***This is DEFAULT search option**
155
-
*`*/**/index.js` - select all files that name is index.js
161
+
162
+
- Filter bundle and file in one string
163
+
-`translation-*.js:*/**/index.js` - this selects all bundles that matches `translation-*.js` and all the files by all paths that name is `index.js`. `:` is separator and required only when bundle search used.
164
+
- Format for this kind of filter is `BUNDLE_GLOB:FILE_GLOB`
165
+
- Filter bundle in one string
166
+
- This is special case of bundle+file filter, you need to omit `FILE_GLOB` part (empty string)
167
+
- Filter file in one string
168
+
-**This is DEFAULT search option**
169
+
-`*/**/index.js` - select all files that name is index.js
156
170
157
171
## CLI
158
172
@@ -189,8 +203,8 @@ See CHANGELOG.md.
189
203
190
204
## Versioning
191
205
192
-
* Plugin backend (one appears in configs) are strictly follows SemVer
193
-
* Plugin frontend (generated file):
194
-
*`network`, `treemap`, `sunburst` can change does not matter of version (colors, texts, visual structure etc)
195
-
*`raw-data` format follows own `version` property
196
-
*`list` follows semver
206
+
- Plugin backend (one appears in configs) are strictly follows SemVer
207
+
- Plugin frontend (generated file):
208
+
-`network`, `treemap`, `sunburst` can change does not matter of version (colors, texts, visual structure etc)
0 commit comments