Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
modules
/
import-attributes-trailing.js
blob: f5923923d3f355a70388fe4d56eb5cf976315977 [
file
] [
log
] [
blame
] [
edit
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
x from
'./resources/x.json'
with
{
type
:
"json"
,
};
shouldBe
(
JSON
.
stringify
(
x
),
`[
"x"
]`);