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

test: add asset tests #215

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
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 | 🟢 | |
| 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 | ⚪️ | |
| Feature | Status | Note |
| --------------- | ------ | -------------------------------------------------------- |
| alias | 🟢 | |
| asset | 🟡 | public path and should keep import need to be determined |
| 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 | 🟢 | |
| sideEffects | ⚪️ | |
| sourceDir | 🟢 | |
| sourceMap | 🟢 | |
| splitting | ⚪️ | |
| style | ⚪️ | |
| target | 🟢 | |
| transformImport | 🟢 | |
| transformLodash | 🟢 | |
| tsconfig | 🟢 | |
| tsconfigExtends | 🟢 | |
| umdGlobals | ⚪️ | |
| umdModuleName | ⚪️ | |
Loading
Loading