Skip to content

Commit 389c814

Browse files
Fix missing commas in import map example JSON
1 parent 7294c74 commit 389c814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97879,7 +97879,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
9787997879

9788097880
<pre><code class="json" data-x="">{
9788197881
"imports": {
97882-
"moment": "/node_modules/moment/src/moment.js"
97882+
"moment": "/node_modules/moment/src/moment.js",
9788397883
"moment/": "/node_modules/moment/src/"
9788497884
}
9788597885
}</code></pre>
@@ -97897,7 +97897,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
9789797897

9789897898
<pre><code class="json" data-x="">{
9789997899
"imports": {
97900-
"https://cdn.example.com/vue/dist/vue.runtime.esm.js": "/node_modules/vue/dist/vue.runtime.esm.js"
97900+
"https://cdn.example.com/vue/dist/vue.runtime.esm.js": "/node_modules/vue/dist/vue.runtime.esm.js",
9790197901
"/js/app.mjs": "/js/app-8e0d62a03.mjs",
9790297902
"../helpers/": "https://cdn.example/helpers/"
9790397903
}

0 commit comments

Comments
 (0)