File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -20854,6 +20854,27 @@ Object {
20854
20854
}
20855
20855
`;
20856
20856
20857
+ exports[`outputs import.meta.input.js JSON 1`] = `Array []`;
20858
+
20859
+ exports[`outputs import.meta.input.js markdown 1`] = `
20860
+ "<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
20861
+
20862
+ ### Table of Contents
20863
+ "
20864
+ `;
20865
+
20866
+ exports[`outputs import.meta.input.js markdown AST 1`] = `
20867
+ Object {
20868
+ "children": Array [
20869
+ Object {
20870
+ "type": "html",
20871
+ "value": "<!-- Generated by documentation.js. Update this documentation by updating the source code. -->",
20872
+ },
20873
+ ],
20874
+ "type": "root",
20875
+ }
20876
+ `;
20877
+
20857
20878
exports[`outputs infer-private.input.js JSON 1`] = `
20858
20879
Array [
20859
20880
Object {
Original file line number Diff line number Diff line change
1
+ import x from "y" ;
2
+
3
+
4
+ console . log ( import . meta. url ) ;
Original file line number Diff line number Diff line change 53
53
"mdast-util-inject" : " ^1.1.0" ,
54
54
"micromatch" : " ^3.1.5" ,
55
55
"mime" : " ^2.2.0" ,
56
- "module-deps-sortable" : " ^5.0.1 " ,
56
+ "module-deps-sortable" : " github:arlac77/module-deps " ,
57
57
"parse-filepath" : " ^1.0.2" ,
58
58
"pify" : " ^5.0.0" ,
59
59
"read-pkg-up" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments