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

feat: add footer output option #693

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

PengBoUESTC
Copy link
Contributor

@PengBoUESTC PengBoUESTC commented Mar 29, 2024

Description

add footer output option based on banner option

Test Plan


Copy link

netlify bot commented Mar 29, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit ee7fed9
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/6606610693476f0008ca0417

@PengBoUESTC PengBoUESTC changed the title feat : add footer output option feat: add footer output option Mar 29, 2024
Copy link

codspeed-hq bot commented Mar 29, 2024

CodSpeed Performance Report

Merging #693 will not alter performance

⚠️ No base runs were found

Falling back to comparing PengBoUESTC:feature/add-footer (ee7fed9) with main (d1bce05)

Summary

✅ 6 untouched benchmarks

@underfin underfin merged commit ca51a6b into rolldown:main Mar 29, 2024
16 checks passed
@underfin
Copy link
Contributor

Thank you.

@PengBoUESTC PengBoUESTC deleted the feature/add-footer branch March 29, 2024 06:47
@PengBoUESTC
Copy link
Contributor Author

Thank you.

thanks!

RolldownOutput,
RolldownOutputChunk,
} from '../../../../src'
import { expect } from 'vitest'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be import { ... } from 'rolldown' directly. And you don't need to import these types with using defineTest. Types will be inferred automatically.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I will fix these .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. I create an issue for this. Not just the banner test, some other tests also have this issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants