Skip to content

Commit 86e0c48

Browse files
committed
ES Module Shims 1.3.5
1 parent fcf7bf5 commit 86e0c48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/assets/javascripts/es-module-shims.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ES Module Shims 1.3.4 */
1+
/* ES Module Shims 1.3.5 */
22
(function () {
33

44
const edge = navigator.userAgent.match(/Edge\/\d\d\.\d+$/);
@@ -539,7 +539,7 @@
539539
load.S = undefined;
540540
}
541541

542-
const sourceMapURLRegEx = /\n\/\/# source(Mapping)?URL=([^\n]+)\s*((;|\/\/[^#][^\n]+)\s*)*$/;
542+
const sourceMapURLRegEx = /\n\/\/# source(Mapping)?URL=([^\n]+)\s*((;|\/\/[^#][^\n]*)\s*)*$/;
543543

544544
const jsContentType = /^(text|application)\/(x-)?javascript(;|$)/;
545545
const jsonContentType = /^(text|application)\/json(;|$)/;

app/assets/javascripts/es-module-shims.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)