You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1372,7 +1372,7 @@ <h2><a href="#json-and-css-modules">JSON and CSS modules</a></h2>
1372
1372
1373
1373
</div>
1374
1374
1375
-
<pclass="description">Module <code>import … with { type: "json" }</code> statements load JSON data. Also known as JSON module scripts and formerly known as import assertions.<br>Module `import … with { type: "css" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts and formerly known as import assertions.</p>
1375
+
<pclass="description">Module <code>import … with { type: "json" }</code> statements load JSON data. Also known as JSON module scripts.<br>Module `import … with { type: "css" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts.</p>
0 commit comments