Level up exports.

This commit is contained in:
Stephen Chung
2021-11-16 12:26:37 +08:00
parent 98707912e0
commit 2fffe31b59
10 changed files with 43 additions and 28 deletions

View File

@@ -2,9 +2,8 @@
use crate::ast::{FnAccess, Ident};
use crate::func::{
call::FnCallArgs,
native::{shared_take_or_clone, CallableFunction, IteratorFn, SendSync},
register::RegisterNativeFunction,
shared_take_or_clone, CallableFunction, FnCallArgs, IteratorFn, RegisterNativeFunction,
SendSync,
};
use crate::parser::IdentifierBuilder;
use crate::tokenizer::Token;