File tree Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Original file line number Diff line number Diff line change
1
+ /// <reference types="reorg-parse" />
2
+
3
+ import type { Document } from 'orga'
4
+ import type { Processor } from 'unified'
5
+
6
+ /**
7
+ * Create a new unified processor that already uses `reorg-parse`.
8
+ */
9
+ export const remark : Processor <
10
+ Document ,
11
+ undefined ,
12
+ undefined ,
13
+ undefined ,
14
+ undefined
15
+ >
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
"version" : " 4.1.2" ,
4
4
"description" : " orga processor for unifiedjs" ,
5
5
"files" : [
6
- " dist"
6
+ " index.js" ,
7
+ " index.d.ts"
7
8
],
8
- "main" : " dist/index.js" ,
9
+ "main" : " index.js" ,
10
+ "exports" : " ./index.js" ,
9
11
"type" : " module" ,
10
12
"author" :
" Xiaoxing Hu <[email protected] >" ,
11
13
"license" : " MIT" ,
15
17
"url" : " https://github.com/orgapp/orgajs.git" ,
16
18
"directory" : " packages/reorg"
17
19
},
18
- "scripts" : {
19
- "clean" : " tsc --build --clean" ,
20
- "build" : " tsc --build"
21
- },
20
+ "scripts" : {},
22
21
"dependencies" : {
23
22
"@orgajs/reorg-parse" : " workspace:^" ,
24
23
"unified" : " ^11.0.5"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments