Skip to content

Commit f65c0fd

Browse files
committed
fix: conditionally compile ShortBigInt tag. Close #13
1 parent 0324584 commit f65c0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/value/tag.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub enum JsTag {
2323
Uninitialized = q::JS_TAG_UNINITIALIZED,
2424
CatchOffset = q::JS_TAG_CATCH_OFFSET,
2525
Exception = q::JS_TAG_EXCEPTION,
26+
#[cfg(feature = "bigint")]
2627
ShortBigInt = q::JS_TAG_SHORT_BIG_INT,
2728
Float64 = q::JS_TAG_FLOAT64,
2829
}

0 commit comments

Comments
 (0)