mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
Remove _async from method names since _sync are gone (#4128)
This commit is contained in:
parent
fe181e2b48
commit
f47f3f9672
11 changed files with 81 additions and 90 deletions
|
@ -7,7 +7,7 @@ use std::str;
|
|||
pub struct JsCompiler {}
|
||||
|
||||
impl JsCompiler {
|
||||
pub async fn compile_async(
|
||||
pub async fn compile(
|
||||
&self,
|
||||
source_file: SourceFile,
|
||||
) -> Result<CompiledModule, ErrBox> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue