mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
Port internal TS code to JS (#6793)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
This commit is contained in:
parent
53adde866d
commit
fa61956f03
204 changed files with 16611 additions and 19384 deletions
|
@ -1461,8 +1461,8 @@ mod tests {
|
|||
.await;
|
||||
assert!(r.is_err());
|
||||
|
||||
let p =
|
||||
std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("js/main.ts");
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.join("js2/99_main.js");
|
||||
let specifier =
|
||||
ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()).unwrap();
|
||||
let r = fetcher
|
||||
|
@ -1484,8 +1484,8 @@ mod tests {
|
|||
.await;
|
||||
assert!(r.is_err());
|
||||
|
||||
let p =
|
||||
std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("js/main.ts");
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.join("js2/99_main.js");
|
||||
let specifier =
|
||||
ModuleSpecifier::resolve_url_or_path(p.to_str().unwrap()).unwrap();
|
||||
let r = fetcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue