@@ -8,39 +8,39 @@ Rslib will try to cover the common scenarios in the [integration test cases of M
8
8
| --------- | ----------------- | ------------ | ---------------- |
9
9
| 🟢 | 🟡 | ⚪️ | ⚫️ |
10
10
11
- | Feature | Status | Note |
12
- | --------------- | ------ | ----------------------------------------------------------------------------------------------------------------------- |
13
- | alias | 🟢 | |
14
- | asset | ⚪️ | |
15
- | autoExtension | 🟡 | Support js extension, dts extension need to be supported in the future |
16
- | autoExternal | ⚪️ | |
17
- | banner-footer | ⚪️ | |
18
- | buildType | ⚪️ | |
19
- | copy | ⚪️ | |
20
- | decorator | ⚪️ | |
21
- | define | 🟢 | |
22
- | dts | ⚪️ | |
23
- | dts-composite | ⚪️ | |
24
- | esbuildOptions | ⚪ ️ | |
25
- | externals | 🟡 | Support auto externalize Node.js built-in modules.< br />Should also support auto externalize ` devDep && !peerDep ` deps. |
26
- | format | ⚪️ | |
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 | ⚪️ | |
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 | ⚪️ | |
0 commit comments