Skip to content

Commit 19e52b3

Browse files
committed
extand RawModuleDef enum to add V10
1 parent 3bf9ddf commit 19e52b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/lib/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl RawModuleDefV8 {
161161
pub enum RawModuleDef {
162162
V8BackCompat(RawModuleDefV8),
163163
V9(db::raw_def::v9::RawModuleDefV9),
164+
V10(db::raw_def::v10::RawModuleDefV10),
164165
// TODO(jgilles): It would be nice to have a custom error message if this fails with an unknown variant,
165166
// but I'm not sure if that can be done via the Deserialize trait.
166167
}

0 commit comments

Comments
 (0)