Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update tests coverage status #89

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@ Rslib will try to cover the common scenarios in the [integration test cases of M
| --------- | ----------------- | ------------ | ---------------- |
| 🟢 | 🟡 | ⚪️ | ⚫️ |

| Feature | Status | Note |
| --------------- | ------ | ----------------------------------------------------------------------------------------------------------------------- |
| alias | 🟢 | |
| asset | ⚪️ | |
| autoExtension | 🟡 | Support js extension, dts extension need to be supported in the future |
| autoExternal | ⚪️ | |
| banner-footer | ⚪️ | |
| buildType | ⚪️ | |
| copy | ⚪️ | |
| decorator | ⚪️ | |
| define | 🟢 | |
| dts | ⚪️ | |
| dts-composite | ⚪️ | |
| esbuildOptions | | |
| externals | 🟡 | Support auto externalize Node.js built-in modules.<br />Should also support auto externalize `devDep && !peerDep` deps. |
| format | ⚪️ | |
| input | ⚪️ | |
| jsx | ⚪️ | |
| metafile | ⚪️ | |
| minify | ⚪️ | |
| platform | 🟢 | |
| redirect | ⚪️ | |
| resolve | ⚪️ | |
| shims | ⚪️ | |
| sideEffects | ⚪️ | |
| sourceDir | ⚪️ | |
| sourceMap | ⚪️ | |
| splitting | ⚪️ | |
| style | ⚪️ | |
| target | 🟢 | |
| transformImport | ⚪️ | |
| transformLodash | ⚪️ | |
| tsconfig | ⚪️ | |
| tsconfigExtends | ⚪️ | |
| umdGlobals | ⚪️ | |
| umdModuleName | ⚪️ | |
| Feature | Status | Note |
| --------------- | ------ | ---------------------------------------------------------------------------------------------------- |
| alias | 🟢 | |
| asset | ⚪️ | |
| autoExtension | 🟢 | |
| autoExternal | 🟢 | |
| banner-footer | ⚪️ | |
| buildType | 🟢 | |
| copy | ⚪️ | |
| decorator | ⚪️ | |
| define | 🟢 | |
| dts | 🟢 | |
| dts-composite | ⚪️ | |
| esbuildOptions | | |
| externals | 🟢 | |
| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested |
| input | ⚪️ | |
| jsx | ⚪️ | |
| metafile | ⚪️ | |
| minify | ⚪️ | |
| platform | 🟢 | |
| redirect | ⚪️ | |
| resolve | ⚪️ | |
| shims | 🟡 | Support shims `__filename` and `__dirname` in esm</br> `import.meta.url` in cjs need to be supported |
| sideEffects | ⚪️ | |
| sourceDir | ⚪️ | |
| sourceMap | ⚪️ | |
| splitting | ⚪️ | |
| style | ⚪️ | |
| target | 🟢 | |
| transformImport | ⚪️ | |
| transformLodash | ⚪️ | |
| tsconfig | ⚪️ | |
| tsconfigExtends | ⚪️ | |
| umdGlobals | ⚪️ | |
| umdModuleName | ⚪️ | |
Loading