Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
modules
/
sync-from-async
/
a.js
blob: a273bde29fcfdb263d3450481fa8b0fee0800cf3 [
file
] [
edit
]
import
{
bValue
}
from
"./b.js"
;
const
delay
=
await
Promise
.
resolve
(
42
);
export
const
aValue
=
delay
+
1
;