File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010 "module" : " ./dist/index.es.js" ,
1111 "types" : " ./dist/index.d.ts" ,
1212 "type" : " module" ,
13+ "sideEffects" : false ,
1314 "exports" : {
1415 "." : {
1516 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const getLanguage = (node) => {
2929}
3030
3131/**
32- * @param {import('refractor/lib/ core').Refractor } refractor
32+ * @param {import('refractor/core').Refractor } refractor
3333 * @param {string } defaultLanguage
3434 * @return {void }
3535 */
@@ -167,7 +167,7 @@ const addNodePositionClosure = () => {
167167 * Pass in your own refractor object with the required languages registered:
168168 * https://github.com/wooorm/refractor#refractorregistersyntax
169169 *
170- * @param {import('refractor/lib/ core').Refractor } refractor
170+ * @param {import('refractor/core').Refractor } refractor
171171 * @return {import('unified').Plugin<[Options?], Root> }
172172 */
173173const rehypePrismGenerator = ( refractor ) => {
You can’t perform that action at this time.
0 commit comments