chore: change visibility to pub for native
module.
This commit is contained in:
parent
44a48f1aff
commit
ae860ab4fb
@ -95,6 +95,9 @@ mod tests;
|
|||||||
mod tokenizer;
|
mod tokenizer;
|
||||||
mod types;
|
mod types;
|
||||||
|
|
||||||
|
/// Export to create module resolvers.
|
||||||
|
pub use func::native;
|
||||||
|
|
||||||
/// Error encountered when parsing a script.
|
/// Error encountered when parsing a script.
|
||||||
type PERR = ParseErrorType;
|
type PERR = ParseErrorType;
|
||||||
/// Evaluation result.
|
/// Evaluation result.
|
||||||
|
Loading…
Reference in New Issue
Block a user