You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we deserialize bytes coming from plugin with unsafe, non-bytechecked way even though we (partially) enabled bytecheck against the struct. We should use bytechecked, safe interface instead - however there is a blocker to enable those since fully bytechecked deserialization currently fails compilation of swc with
error[E0275]: overflow evaluating the requirement `swc_ecma_ast::stmt::ArchivedBlockStmt: bytecheck::CheckBytes<rkyv::validation::validators::DefaultValidator<'_>>`
error[E0275]: overflow evaluating the requirement `ArchivedComponentValue: bytecheck::CheckBytes<rkyv::validation::validators::DefaultValidator<'_>>`
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Ref: #7460
Currently we deserialize bytes coming from plugin with unsafe, non-bytechecked way even though we (partially) enabled bytecheck against the struct. We should use bytechecked, safe interface instead - however there is a blocker to enable those since fully bytechecked deserialization currently fails compilation of swc with
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: