Move BasicStringsPackage to plugins.

This commit is contained in:
Stephen Chung
2020-08-15 12:57:47 +08:00
parent 73f35f9518
commit db9d8b81cf
6 changed files with 133 additions and 65 deletions

View File

@@ -5,8 +5,6 @@
use super::math_basic::MAX_INT;
use crate::def_package;
#[cfg(not(feature = "no_object"))]
use crate::engine::make_getter;
use crate::plugin::*;
use crate::result::EvalAltResult;
@@ -20,6 +18,9 @@ use crate::parser::INT;
#[cfg(not(feature = "unchecked"))]
use crate::token::Position;
#[cfg(not(feature = "no_object"))]
use crate::engine::make_getter;
#[cfg(not(target_arch = "wasm32"))]
use crate::stdlib::time::Instant;