Skip to content

Commit

Permalink
Publish error and type_error builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 15, 2024
1 parent 01c41c5 commit 1adfacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions valuescript_vm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ mod vs_storage_ptr;
mod vs_symbol;
pub mod vs_value;

pub use builtins::error_builtin;
pub use builtins::type_error_builtin;
pub use bytecode::{Bytecode, DecoderMaker};
pub use jsx_element::is_jsx_element;
pub use string_methods::unicode_at;
Expand Down

0 comments on commit 1adfacf

Please sign in to comment.