File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ "use strict" ;
2+
3+ module . exports = require ( "./dist/cjs/index.js" ) ;
Original file line number Diff line number Diff line change 3939 "type" : " GitHub Sponsors ❤" ,
4040 "url" : " https://github.com/sponsors/CoCreate-app"
4141 },
42- "main" : " ./dist/cjs/index.js " ,
42+ "main" : " ./dist/cjs/index.cjs " ,
4343 "module" : " ./dist/esm/index.js" ,
4444 "exports" : {
4545 "." : {
4646 "import" : " ./dist/esm/index.js" ,
47- "require" : " ./dist/cjs/index.js "
47+ "require" : " ./dist/cjs/index.cjs "
4848 },
4949 "./getRelativePath" : {
5050 "import" : " ./dist/esm/getRelativePath.js" ,
134134 "import" : " ./dist/esm/attributes.js" ,
135135 "require" : " ./dist/cjs/attributes.js"
136136 },
137- "./safeParse" : {
138- "import" : " ./dist/esm/safeParse.js" ,
139- "require" : " ./dist/cjs/safeParse.js"
140- },
141137 "./processOperators" : {
142138 "import" : " ./dist/esm/operators.js" ,
143139 "require" : " ./dist/cjs/operators.js"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export { cssPath } from "./cssPath.js";
1515export { queryElements , checkMediaQueries } from "./queryElements.js" ;
1616export { queryData , searchData , sortData } from "./dataQuery.js" ;
1717export { getAttributes , getAttributeNames , setAttributeNames } from "./attributes.js" ;
18- export { safeParse } from "./safeParse.js" ;
18+ // export { safeParse } from "./safeParse.js";
1919export { clickedElement } from "./clickedElement.js" ;
2020export { processOperators , processOperatorsAsync } from "./operators.js" ;
2121
@@ -36,7 +36,7 @@ import { cssPath } from "./cssPath.js";
3636import { queryElements , checkMediaQueries } from "./queryElements.js" ;
3737import { queryData , searchData , sortData } from "./dataQuery.js" ;
3838import { getAttributes , getAttributeNames , setAttributeNames } from "./attributes.js" ;
39- import { safeParse } from "./safeParse.js" ;
39+ // import { safeParse } from "./safeParse.js";
4040import { processOperators , processOperatorsAsync } from "./operators.js" ;
4141
4242const utils = {
@@ -62,7 +62,7 @@ const utils = {
6262 getAttributes,
6363 setAttributeNames,
6464 getAttributeNames,
65- safeParse,
65+ // safeParse,
6666 processOperators,
6767 processOperatorsAsync
6868} ;
You can’t perform that action at this time.
0 commit comments