Add Module::iter_script_fn.

This commit is contained in:
Stephen Chung
2020-06-26 22:33:27 +08:00
parent 74c82bbd9c
commit ab347fa14e
4 changed files with 52 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ pub use token::{get_next_token, parse_string_literal, InputStream, Token, Tokeni
#[cfg(feature = "internals")]
#[deprecated(note = "this type is volatile and may change")]
pub use parser::{Expr, ReturnType, Stmt};
pub use parser::{Expr, ReturnType, ScriptFnDef, Stmt};
#[cfg(feature = "internals")]
#[deprecated(note = "this type is volatile and may change")]