mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Remove import
This commit is contained in:
@@ -3,9 +3,7 @@ use std::rc::Rc;
|
|||||||
use deno_ast::{MediaType, ParseParams, SourceTextInfo};
|
use deno_ast::{MediaType, ParseParams, SourceTextInfo};
|
||||||
use deno_core::error::AnyError;
|
use deno_core::error::AnyError;
|
||||||
use deno_core::futures::FutureExt;
|
use deno_core::futures::FutureExt;
|
||||||
use deno_core::{
|
use deno_core::{op, Extension, JsRuntime, ModuleCode, ModuleSource, ModuleType, RuntimeOptions};
|
||||||
normalize_path, op, Extension, JsRuntime, ModuleCode, ModuleSource, ModuleType, RuntimeOptions,
|
|
||||||
};
|
|
||||||
use futures::executor;
|
use futures::executor;
|
||||||
|
|
||||||
pub fn run_plugin_sync(file_path: &str) -> Result<(), AnyError> {
|
pub fn run_plugin_sync(file_path: &str) -> Result<(), AnyError> {
|
||||||
|
|||||||
Reference in New Issue
Block a user