Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
LayoutTests
/
js
/
dom
/
modules
/
resources
/
module-simple-B.mjs
blob: 7a6ac219ee04be79b6669c74a1ebc7833def76d6 [
file
] [
log
] [
blame
]
debug
(
"Module B was imported."
);
export
let
B
=
42
;
export
{
B
as
default
};