Skip to content

Commit 1f0c873

Browse files
committed
test: add assets tests
1 parent c1218f5 commit 1f0c873

File tree

20 files changed

+556
-36
lines changed

20 files changed

+556
-36
lines changed

e2e/README.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@ Rslib will try to cover the common scenarios in the [integration test cases of M
88
| --------- | ----------------- | ------------ | ---------------- |
99
| 🟢 | 🟡 | ⚪️ | ⚫️ |
1010

11-
| Feature | Status | Note |
12-
| --------------- | ------ | ---------------------------------------------------------------------------------------------------- |
13-
| alias | 🟢 | |
14-
| asset | ⚪️ | |
15-
| autoExtension | 🟢 | |
16-
| autoExternal | 🟢 | |
17-
| banner-footer | 🟢 | |
18-
| buildType | 🟢 | |
19-
| copy | 🟢 | |
20-
| decorator | 🟢 | |
21-
| define | 🟢 | |
22-
| dts | 🟢 | |
23-
| dts-composite | ⚪️ | |
24-
| esbuildOptions | ⚫️ | |
25-
| externals | 🟢 | |
26-
| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested |
27-
| input | 🟢 | |
28-
| jsx | ⚪️ | |
29-
| metafile | ⚫️ | |
30-
| minify | 🟢 | |
31-
| platform | 🟢 | |
32-
| redirect | ⚪️ | |
33-
| resolve | 🟢 | |
34-
| shims | 🟡 | Support shims `__filename` and `__dirname` in esm</br> `import.meta.url` in cjs need to be supported |
35-
| sideEffects | ⚪️ | |
36-
| sourceDir | 🟢 | |
37-
| sourceMap | 🟢 | |
38-
| splitting | ⚪️ | |
39-
| style | ⚪️ | |
40-
| target | 🟢 | |
41-
| transformImport | 🟢 | |
42-
| transformLodash | 🟢 | |
43-
| tsconfig | 🟢 | |
44-
| tsconfigExtends | 🟢 | |
45-
| umdGlobals | ⚪️ | |
46-
| umdModuleName | ⚪️ | |
11+
| Feature | Status | Note |
12+
| --------------- | ------ | -------------------------------------------------------- |
13+
| alias | 🟢 | |
14+
| asset | 🟡 | public path and should keep import need to be determined |
15+
| autoExtension | 🟢 | |
16+
| autoExternal | 🟢 | |
17+
| banner-footer | 🟢 | |
18+
| buildType | 🟢 | |
19+
| copy | 🟢 | |
20+
| decorator | 🟢 | |
21+
| define | 🟢 | |
22+
| dts | 🟢 | |
23+
| dts-composite | ⚪️ | |
24+
| esbuildOptions | ⚫️ | |
25+
| externals | 🟢 | |
26+
| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested |
27+
| input | 🟢 | |
28+
| jsx | ⚪️ | |
29+
| metafile | ⚫️ | |
30+
| minify | 🟢 | |
31+
| platform | 🟢 | |
32+
| redirect | ⚪️ | |
33+
| resolve | 🟢 | |
34+
| shims | 🟢 | |
35+
| sideEffects | ⚪️ | |
36+
| sourceDir | 🟢 | |
37+
| sourceMap | 🟢 | |
38+
| splitting | ⚪️ | |
39+
| style | ⚪️ | |
40+
| target | 🟢 | |
41+
| transformImport | 🟢 | |
42+
| transformLodash | 🟢 | |
43+
| tsconfig | 🟢 | |
44+
| tsconfigExtends | 🟢 | |
45+
| umdGlobals | ⚪️ | |
46+
| umdModuleName | ⚪️ | |

0 commit comments

Comments
 (0)