Skip to content

Commit 4f00f82

Browse files
committed
test: add decorators and tsconfig tests
1 parent a7316f9 commit 4f00f82

File tree

14 files changed

+550
-5
lines changed

14 files changed

+550
-5
lines changed

e2e/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rslib will try to cover the common scenarios in the [integration test cases of M
1717
| banner-footer | 🟢 | |
1818
| buildType | 🟢 | |
1919
| copy | 🟢 | |
20-
| decorator | ⚪️ | |
20+
| decorator | 🟢 | |
2121
| define | 🟢 | |
2222
| dts | 🟢 | |
2323
| dts-composite | ⚪️ | |
@@ -26,21 +26,21 @@ Rslib will try to cover the common scenarios in the [integration test cases of M
2626
| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested |
2727
| input | 🟢 | |
2828
| jsx | ⚪️ | |
29-
| metafile | ⚪️ | |
29+
| metafile | ⚫️ | |
3030
| minify | 🟢 | |
3131
| platform | 🟢 | |
3232
| redirect | ⚪️ | |
3333
| resolve | 🟢 | |
3434
| shims | 🟡 | Support shims `__filename` and `__dirname` in esm</br> `import.meta.url` in cjs need to be supported |
3535
| sideEffects | ⚪️ | |
36-
| sourceDir | ⚪️ | |
36+
| sourceDir | 🟢 | |
3737
| sourceMap | 🟢 | |
3838
| splitting | ⚪️ | |
3939
| style | ⚪️ | |
4040
| target | 🟢 | |
4141
| transformImport | 🟢 | |
4242
| transformLodash | 🟢 | |
43-
| tsconfig | ⚪️ | |
44-
| tsconfigExtends | ⚪️ | |
43+
| tsconfig | 🟢 | |
44+
| tsconfigExtends | 🟢 | |
4545
| umdGlobals | ⚪️ | |
4646
| umdModuleName | ⚪️ | |

0 commit comments

Comments
 (0)