Skip to content

Commit

Permalink
Publish BUILTIN_VALS
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 17, 2024
1 parent a35fd06 commit 658b90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions valuescript_vm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub mod vs_value;

pub use builtins::error_builtin;
pub use builtins::type_error_builtin;
pub use builtins::BUILTIN_VALS;
pub use bytecode::{Bytecode, DecoderMaker};
pub use jsx_element::is_jsx_element;
pub use virtual_machine::VirtualMachine;
Expand Down

0 comments on commit 658b90d

Please sign in to comment.