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

transformer: ObjectRestSpread #6959

Closed
Tracked by #4754
Boshen opened this issue Oct 27, 2024 · 0 comments
Closed
Tracked by #4754

transformer: ObjectRestSpread #6959

Boshen opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
A-transformer Area - Transformer / Transpiler P-high Priority - High

Comments

@Boshen
Copy link
Member

Boshen commented Oct 27, 2024

use super::ObjectRestSpreadOptions;
pub struct ObjectRest {
_options: ObjectRestSpreadOptions,
}
impl ObjectRest {
pub fn new(options: ObjectRestSpreadOptions) -> Self {
Self { _options: options }
}
}

@Boshen Boshen changed the title ObjectRestSpread transformer: ObjectRestSpread Oct 27, 2024
@Boshen Boshen self-assigned this Oct 27, 2024
@Boshen Boshen added P-high Priority - High A-transformer Area - Transformer / Transpiler labels Nov 11, 2024
@Boshen Boshen closed this as completed Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-transformer Area - Transformer / Transpiler P-high Priority - High
Projects
None yet
Development

No branches or pull requests

4 participants
@Boshen and others