Commit e7e9d46
authored
Fix Vue, document and test rest
* Update readmes
* Fix code style
* Add 100% coverage to renderers, babel plugins, loaders, runtime
* Add todos inline for potentially broken things
* Fix Vue to have tests, support properties, support Vue components
* Soft deprecate `@mdx-js/util`, `@mdx-js/test-util`,
`babel-plugin-html-attributes-to-jsx`: their contents weren’t used or not
reused
* Set up tests in each package, to allow for different test methods (e.g.,
vue, remark-mdx)
* Stop locking dev-dependencies
* Move several dev-dependencies from the root `package.json` to the places
that depend on them
* Remove unused dev-dependencies
* Remove unused `yarn.lock`s in non-root
* Use `microbundle` for preact, react, and vue
* Fix installing, building, formatting, and testing
* Fix actions
Closes GH-1338.
Reviewed-by: Christian Murphy <[email protected]>1 parent e194fc1 commit e7e9d46
File tree
96 files changed
+4112
-21962
lines changed- .github/workflows
- docs/advanced
- examples
- razzle
- react-static
- packages
- babel-plugin-apply-mdx-type-props
- test
- babel-plugin-extract-export-names
- test
- babel-plugin-extract-import-names
- test
- babel-plugin-html-attributes-to-jsx
- babel-plugin-remove-export-keywords
- test
- create-mdx
- loader
- test
- mdx
- test
- parcel-plugin-mdx
- preact
- src
- test
- react
- src
- test
- remark-mdx-remove-exports
- test
- remark-mdx-remove-imports
- test
- remark-mdxjs
- remark-mdx
- lib/serialize
- test
- runtime
- src
- test
- test-util
- types
- util
- test
- types
- vue-loader
- test
- vue
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+4112
-21962
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 22 | + | |
39 | 23 | | |
40 | 24 | | |
41 | 25 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 26 | | |
48 | 27 | | |
49 | | - | |
| 28 | + | |
50 | 29 | | |
51 | 30 | | |
52 | 31 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 7 | + | |
20 | 8 | | |
21 | 9 | | |
22 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments