File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " webforai " : patch
3+ ---
4+
5+ fix
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://biomejs.dev/schemas/1.5.3/schema.json" ,
33 "files" : {
4- "ignore" : [" worker-configuration.d.ts" ]
4+ "ignore" : [" worker-configuration.d.ts" , " package.json " ]
55 },
66 "vcs" : {
77 "enabled" : true ,
Original file line number Diff line number Diff line change 66} from "./pipeExtractors" ;
77export { takumiExtractor } from "./presets/takumi" ;
88export { type ExtractParams , type Extractor } from "./types" ;
9+ export { minimalFilter } from "./presets/minimal-filter" ;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export { mdastToMarkdown } from "./mdast-to-markdown";
66export {
77 pipeExtractors ,
88 takumiExtractor ,
9+ minimalFilter ,
910 type ExtractorSelectors ,
1011 type ExtractorSelector ,
1112 type ExtractParams ,
You can’t perform that action at this time.
0 commit comments