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

@@ -620,7 +620,7 @@ fn scan_comment(
}
/// Get the next token.
fn get_next_token(
pub fn get_next_token(
stream: &mut impl InputStream,
state: &mut TokenizeState,
pos: &mut Position,