Skip to content

transformer: ObjectRestSpread #6959

@Boshen

Description

@Boshen

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

Metadata

Metadata

Assignees

Labels

A-transformerArea - Transformer / TranspilerP-highPriority - High

Type

No type

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions