File tree Expand file tree Collapse file tree 11 files changed +116
-37
lines changed
babel-plugin-component-annotate Expand file tree Collapse file tree 11 files changed +116
-37
lines changed Original file line number Diff line number Diff line change 32
32
"module" : " dist/esm/index.mjs" ,
33
33
"types" : " dist/types/index.d.ts" ,
34
34
"scripts" : {
35
- "build" : " rimraf ./out && run-p build:rollup build:types" ,
35
+ "build" : " premove ./out && run-p build:rollup build:types" ,
36
36
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
37
37
"build:rollup" : " rollup --config rollup.config.js" ,
38
38
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
44
44
"check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
45
45
"clean" : " run-s clean:build" ,
46
46
"clean:all" : " run-p clean clean:deps" ,
47
- "clean:build" : " rimraf ./dist *.tgz" ,
48
- "clean:deps" : " rimraf node_modules" ,
47
+ "clean:build" : " premove ./dist *.tgz" ,
48
+ "clean:deps" : " premove node_modules" ,
49
49
"test" : " jest" ,
50
50
"lint" : " eslint ./src ./test"
51
51
},
65
65
"@types/uuid" : " ^9.0.1" ,
66
66
"eslint" : " ^8.18.0" ,
67
67
"jest" : " ^28.1.1" ,
68
- "rimraf " : " ^3 .0.2 " ,
68
+ "premove " : " ^4 .0.0 " ,
69
69
"rollup" : " 2.75.7" ,
70
70
"ts-node" : " ^10.9.1" ,
71
71
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 33
33
"module" : " dist/esm/index.mjs" ,
34
34
"types" : " dist/types/index.d.ts" ,
35
35
"scripts" : {
36
- "build" : " rimraf ./out && run-p build:rollup build:types" ,
36
+ "build" : " premove ./out && run-p build:rollup build:types" ,
37
37
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
38
38
"build:rollup" : " rollup --config rollup.config.js" ,
39
39
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
45
45
"check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
46
46
"clean" : " run-s clean:build" ,
47
47
"clean:all" : " run-p clean clean:deps" ,
48
- "clean:build" : " rimraf ./dist *.tgz" ,
49
- "clean:deps" : " rimraf node_modules" ,
48
+ "clean:build" : " premove ./dist *.tgz" ,
49
+ "clean:deps" : " premove node_modules" ,
50
50
"test" : " jest" ,
51
51
"lint" : " eslint ./src ./test" ,
52
52
"fix" : " eslint ./src ./test --format stylish --fix"
79
79
"@types/node" : " ^18.6.3" ,
80
80
"eslint" : " ^8.18.0" ,
81
81
"jest" : " ^28.1.1" ,
82
- "rimraf " : " ^3 .0.2 " ,
82
+ "premove " : " ^4 .0.0 " ,
83
83
"rollup" : " 2.75.7" ,
84
84
"typescript" : " ^4.7.4"
85
85
},
Original file line number Diff line number Diff line change 10
10
"check:types" : " tsc --project ./tsconfig.json --noEmit" ,
11
11
"clean" : " run-s clean:build" ,
12
12
"clean:all" : " run-p clean clean:deps" ,
13
- "clean:build" : " rimraf ./scenarios/*/out" ,
14
- "clean:deps" : " rimraf node_modules" ,
13
+ "clean:build" : " premove ./scenarios/*/out" ,
14
+ "clean:deps" : " premove node_modules" ,
15
15
"lint" : " eslint ."
16
16
},
17
17
"dependencies" : {
33
33
"eslint" : " ^8.18.0" ,
34
34
"glob" : " 8.0.3" ,
35
35
"jest" : " ^28.1.3" ,
36
+ "premove" : " ^4.0.0" ,
36
37
"rollup" : " 2.77.0" ,
37
38
"ts-node" : " ^10.9.1" ,
38
39
"vite" : " 3.0.0" ,
Original file line number Diff line number Diff line change 29
29
"module" : " dist/esm/index.mjs" ,
30
30
"types" : " dist/types/index.d.ts" ,
31
31
"scripts" : {
32
- "build" : " rimraf ./out && run-p build:rollup build:types" ,
32
+ "build" : " premove ./out && run-p build:rollup build:types" ,
33
33
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
34
34
"build:rollup" : " rollup --config rollup.config.js" ,
35
35
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
41
41
"check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
42
42
"clean" : " run-s clean:build" ,
43
43
"clean:all" : " run-p clean clean:deps" ,
44
- "clean:build" : " rimraf ./dist *.tgz" ,
45
- "clean:deps" : " rimraf node_modules" ,
44
+ "clean:build" : " premove ./dist *.tgz" ,
45
+ "clean:deps" : " premove node_modules" ,
46
46
"test" : " jest" ,
47
47
"lint" : " eslint ./src ./test" ,
48
48
"prepack" : " ts-node ./src/prepack.ts"
67
67
"@types/uuid" : " ^9.0.1" ,
68
68
"eslint" : " ^8.18.0" ,
69
69
"jest" : " ^28.1.1" ,
70
- "rimraf " : " ^3 .0.2 " ,
70
+ "premove " : " ^4 .0.0 " ,
71
71
"rollup" : " 2.75.7" ,
72
72
"ts-node" : " ^10.9.1" ,
73
73
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 15
15
"eslint-plugin-react-hooks" : " ^4.4.0"
16
16
},
17
17
"devDependencies" : {
18
- "eslint" : " ^8.14.0"
18
+ "eslint" : " ^8.14.0" ,
19
+ "premove" : " ^4.0.0"
19
20
},
20
21
"scripts" : {
21
22
"clean:all" : " run-s clean:deps" ,
22
- "clean:deps" : " rimraf node_modules"
23
+ "clean:deps" : " premove node_modules"
23
24
},
24
25
"volta" : {
25
26
"extends" : " ../../package.json"
Original file line number Diff line number Diff line change 11
11
"check:types" : " tsc --project ./tsconfig.json --noEmit" ,
12
12
"clean" : " run-s clean:build" ,
13
13
"clean:all" : " run-p clean clean:deps" ,
14
- "clean:build" : " rimraf ./fixtures/*/out" ,
15
- "clean:deps" : " rimraf node_modules"
14
+ "clean:build" : " premove ./fixtures/*/out" ,
15
+ "clean:deps" : " premove node_modules"
16
16
},
17
17
"dependencies" : {
18
18
"@babel/preset-react" : " ^7.23.3" ,
44
44
"webpack4" : " npm:webpack@^4" ,
45
45
"webpack5" :
" npm:[email protected] "
46
46
},
47
+ "devDependencies" : {
48
+ "premove" : " ^4.0.0"
49
+ },
47
50
"volta" : {
48
51
"extends" : " ../../package.json"
49
52
}
Original file line number Diff line number Diff line change 13
13
"build:smallNodeApp" : " vite build --config vite.config.smallNodeApp.js" ,
14
14
"clean" : " run-s clean:build" ,
15
15
"clean:all" : " run-p clean:deps" ,
16
- "clean:build" : " rimraf ./out" ,
17
- "clean:deps" : " rimraf node_modules" ,
16
+ "clean:build" : " premove ./out" ,
17
+ "clean:deps" : " premove node_modules" ,
18
18
"start:proxyLogger" : " ts-node scripts/request-logger-proxy.ts"
19
19
},
20
20
"dependencies" : {
31
31
"webpack4" :
" npm:[email protected] " ,
32
32
"webpack5" : " npm:webpack@5"
33
33
},
34
+ "devDependencies" : {
35
+ "premove" : " ^4.0.0"
36
+ },
34
37
"volta" : {
35
38
"extends" : " ../../package.json"
36
39
}
Original file line number Diff line number Diff line change 30
30
"module" : " dist/esm/index.mjs" ,
31
31
"types" : " dist/types/index.d.ts" ,
32
32
"scripts" : {
33
- "build" : " rimraf ./out && run-p build:rollup build:types" ,
33
+ "build" : " premove ./out && run-p build:rollup build:types" ,
34
34
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
35
35
"build:rollup" : " rollup --config rollup.config.js" ,
36
36
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
42
42
"check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
43
43
"clean" : " run-s clean:build" ,
44
44
"clean:all" : " run-p clean clean:deps" ,
45
- "clean:build" : " rimraf ./dist *.tgz" ,
46
- "clean:deps" : " rimraf node_modules" ,
45
+ "clean:build" : " premove ./dist *.tgz" ,
46
+ "clean:deps" : " premove node_modules" ,
47
47
"test" : " jest" ,
48
48
"lint" : " eslint ./src ./test" ,
49
49
"prepack" : " ts-node ./src/prepack.ts"
69
69
"@types/node" : " ^18.6.3" ,
70
70
"eslint" : " ^8.18.0" ,
71
71
"jest" : " ^28.1.1" ,
72
- "rimraf " : " ^3 .0.2 " ,
72
+ "premove " : " ^4 .0.0 " ,
73
73
"rollup" : " 2.75.7" ,
74
74
"ts-node" : " ^10.9.1" ,
75
75
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 29
29
"module" : " dist/esm/index.mjs" ,
30
30
"types" : " dist/types/index.d.ts" ,
31
31
"scripts" : {
32
- "build" : " rimraf ./out && run-p build:rollup build:types" ,
32
+ "build" : " premove ./out && run-p build:rollup build:types" ,
33
33
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
34
34
"build:rollup" : " rollup --config rollup.config.js" ,
35
35
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
41
41
"check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
42
42
"clean" : " run-s clean:build" ,
43
43
"clean:all" : " run-p clean clean:deps" ,
44
- "clean:build" : " rimraf ./dist *.tgz" ,
45
- "clean:deps" : " rimraf node_modules" ,
44
+ "clean:build" : " premove ./dist *.tgz" ,
45
+ "clean:deps" : " premove node_modules" ,
46
46
"test" : " jest" ,
47
47
"lint" : " eslint ./src ./test" ,
48
48
"prepack" : " ts-node ./src/prepack.ts"
65
65
"@types/node" : " ^18.6.3" ,
66
66
"eslint" : " ^8.18.0" ,
67
67
"jest" : " ^28.1.1" ,
68
- "rimraf " : " ^3 .0.2 " ,
68
+ "premove " : " ^4 .0.0 " ,
69
69
"rollup" : " 2.75.7" ,
70
70
"ts-node" : " ^10.9.1" ,
71
71
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 34
34
"module" : " dist/esm/index.mjs" ,
35
35
"types" : " dist/types/index.d.ts" ,
36
36
"scripts" : {
37
- "build" : " rimraf ./dist && run-p build:rollup build:types" ,
37
+ "build" : " premove ./dist && run-p build:rollup build:types" ,
38
38
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
39
39
"build:rollup" : " rollup --config rollup.config.js" ,
40
40
"build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
46
46
"build:npm" : " npm pack" ,
47
47
"clean" : " run-s clean:build" ,
48
48
"clean:all" : " run-p clean clean:deps" ,
49
- "clean:build" : " rimraf ./dist *.tgz" ,
50
- "clean:deps" : " rimraf node_modules" ,
49
+ "clean:build" : " premove ./dist *.tgz" ,
50
+ "clean:deps" : " premove node_modules" ,
51
51
"test" : " jest" ,
52
52
"lint" : " eslint ./src ./test" ,
53
53
"prepack" : " ts-node ./src/prepack.ts"
73
73
"@types/webpack" : " npm:@types/webpack@^4" ,
74
74
"eslint" : " ^8.18.0" ,
75
75
"jest" : " ^28.1.1" ,
76
- "rimraf " : " ^3 .0.2 " ,
76
+ "premove " : " ^4 .0.0 " ,
77
77
"rollup" : " 2.79.2" ,
78
78
"ts-node" : " ^10.9.1" ,
79
79
"typescript" : " ^4.7.4" ,
You can’t perform that action at this time.
0 commit comments