Commit 038bb68 1 parent 680445d commit 038bb68 Copy full SHA for 038bb68
File tree 8 files changed +15
-16
lines changed
8 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 34
34
"exports" : {
35
35
"." : " ./index.js" ,
36
36
"./internal-create-format-aware-processors" : " ./lib/util/create-format-aware-processors.js" ,
37
- "./internal-extnames-to-regex" : " ./lib/util/extnames-to-regex.js" ,
38
- "./internal-resolve-evaluate-options" : " ./lib/util/resolve-evaluate-options.js"
37
+ "./internal-extnames-to-regex" : " ./lib/util/extnames-to-regex.js"
39
38
},
40
39
"files" : [
41
40
" lib/" ,
Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ npm install @mdx-js/mdx
67
67
In Deno with [ ` esm.sh ` ] [ esmsh ] :
68
68
69
69
``` tsx
70
- import {compile } from ' https://esm.sh/@mdx-js/mdx@2 '
70
+ import {compile } from ' https://esm.sh/@mdx-js/mdx@3 '
71
71
```
72
72
73
73
In browsers with [ ` esm.sh ` ] [ esmsh ] :
74
74
75
75
``` html
76
76
<script type =" module" >
77
- import {compile } from ' https://esm.sh/@mdx-js/mdx@2 ?bundle'
77
+ import {compile } from ' https://esm.sh/@mdx-js/mdx@3 ?bundle'
78
78
</script >
79
79
```
80
80
Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('../lib/util/resolve-evaluate-options.js ').Fragment } Fragment
3
- * @typedef {import('../lib/util/resolve-evaluate-options.js ').Jsx } Jsx
4
- * @typedef {import('../lib/util/resolve-evaluate-options.js ').JsxDev } JsxDev
2
+ * @typedef {import('@mdx-js/mdx ').Fragment } Fragment
3
+ * @typedef {import('@mdx-js/mdx ').Jsx } Jsx
4
+ * @typedef {import('@mdx-js/mdx ').JsxDev } JsxDev
5
5
*/
6
6
7
7
import assert from 'node:assert/strict'
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ npm install @mdx-js/preact
52
52
In Deno with [ ` esm.sh ` ] [ esmsh ] :
53
53
54
54
``` tsx
55
- import {MDXProvider } from ' https://esm.sh/@mdx-js/preact@2 '
55
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/preact@3 '
56
56
```
57
57
58
58
In browsers with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` html
61
61
<script type =" module" >
62
- import {MDXProvider } from ' https://esm.sh/@mdx-js/preact@2 ?bundle'
62
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/preact@3 ?bundle'
63
63
</script >
64
64
```
65
65
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install @mdx-js/react
56
56
In Deno with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` tsx
59
- import {MDXProvider } from ' https://esm.sh/@mdx-js/react@2 '
59
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/react@3 '
60
60
```
61
61
62
62
In browsers with [ ` esm.sh ` ] [ esmsh ] :
63
63
64
64
``` html
65
65
<script type =" module" >
66
- import {MDXProvider } from ' https://esm.sh/@mdx-js/react@2 ?bundle'
66
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/react@3 ?bundle'
67
67
</script >
68
68
```
69
69
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ npm install remark-mdx
73
73
In Deno with [ ` esm.sh ` ] [ esmsh ] :
74
74
75
75
``` tsx
76
- import remarkMdx from ' https://esm.sh/remark-mdx@2 '
76
+ import remarkMdx from ' https://esm.sh/remark-mdx@3 '
77
77
```
78
78
79
79
In browsers with [ ` esm.sh ` ] [ esmsh ] :
80
80
81
81
``` html
82
82
<script type =" module" >
83
- import remarkMdx from ' https://esm.sh/remark-mdx@2 ?bundle'
83
+ import remarkMdx from ' https://esm.sh/remark-mdx@3 ?bundle'
84
84
</script >
85
85
```
86
86
Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('@mdx-js/mdx').CompileOptions } CompileOptions
3
2
* @typedef {import('@mdx-js/mdx/internal-create-format-aware-processors').FormatAwareProcessors } FormatAwareProcessors
3
+ * @typedef {import('@mdx-js/mdx').CompileOptions } CompileOptions
4
4
* @typedef {import('@rollup/pluginutils').FilterPattern } FilterPattern
5
5
* @typedef {import('rollup').SourceDescription } SourceDescription
6
6
*/
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install @mdx-js/vue
51
51
In Deno with [ ` esm.sh ` ] [ esmsh ] :
52
52
53
53
``` tsx
54
- import {MDXProvider } from ' https://esm.sh/@mdx-js/vue@2 '
54
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/vue@3 '
55
55
```
56
56
57
57
In browsers with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` html
60
60
<script type =" module" >
61
- import {MDXProvider } from ' https://esm.sh/@mdx-js/vue@2 ?bundle'
61
+ import {MDXProvider } from ' https://esm.sh/@mdx-js/vue@3 ?bundle'
62
62
</script >
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments