qleaner 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +133 -1
- package/bin/cli.js +66 -28
- package/command.js +52 -15
- package/package.json +2 -1
- package/.pnp.cjs +0 -7954
- package/.pnp.loader.mjs +0 -2126
- package/.yarn/install-state.gz +0 -0
- package/src/3.png +0 -0
- package/src/4.png +0 -0
- package/src/demo/book/hidden.tsx +0 -1
- package/src/demo/book/public.tsx +0 -0
- package/src/demo/demo.tsx +0 -9
- package/src/demo/functions.js +0 -18
- package/src/demo/public.tsx +0 -0
- package/src/hello.find.tsx +0 -2
- package/src/jambo.tsx +0 -12
- package/src/layer/shell/shell.tsx +0 -1
- package/src/main.js +0 -6
- package/src/notused.tsx +0 -0
- package/src/one.png +0 -0
- package/src/poa.tsx +0 -10
- package/src/style.css +0 -7
- package/src/style.scss +0 -3
- package/src/two.png +0 -0
package/.yarn/install-state.gz
DELETED
|
Binary file
|
package/src/3.png
DELETED
|
Binary file
|
package/src/4.png
DELETED
|
Binary file
|
package/src/demo/book/hidden.tsx
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import main from '../../main';
|
package/src/demo/book/public.tsx
DELETED
|
File without changes
|
package/src/demo/demo.tsx
DELETED
package/src/demo/functions.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export function demoFunction() {
|
|
2
|
-
return 'demoFunction';
|
|
3
|
-
}
|
|
4
|
-
export function demoFunction2() {
|
|
5
|
-
return 'demoFunction2';
|
|
6
|
-
}
|
|
7
|
-
export function demoFunction3() {
|
|
8
|
-
return 'demoFunction3';
|
|
9
|
-
}
|
|
10
|
-
export function demoFunction4() {
|
|
11
|
-
return 'demoFunction4';
|
|
12
|
-
}
|
|
13
|
-
export function demoFunction5() {
|
|
14
|
-
return 'demoFunction5';
|
|
15
|
-
}
|
|
16
|
-
export function demoFunction6() {
|
|
17
|
-
return 'demoFunction6';
|
|
18
|
-
}
|
package/src/demo/public.tsx
DELETED
|
File without changes
|
package/src/hello.find.tsx
DELETED
package/src/jambo.tsx
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import hidden from '../../demo/book/hidden'
|
package/src/main.js
DELETED
package/src/notused.tsx
DELETED
|
File without changes
|
package/src/one.png
DELETED
|
Binary file
|
package/src/poa.tsx
DELETED
package/src/style.css
DELETED
package/src/style.scss
DELETED
package/src/two.png
DELETED
|
Binary file
|