-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use native import maps
in development mode
#14743
Use native import maps
in development mode
#14743
Conversation
1b92033
to
bfc5692
Compare
bfc5692
to
863231f
Compare
82bca5d
to
eb34a71
Compare
e49adda
to
2ae674f
Compare
Note that https://bugzilla.mozilla.org/show_bug.cgi?id=1688879 has now landed in Firefox, however:
|
a33036e
to
2e9d3e2
Compare
2e9d3e2
to
9c1e069
Compare
I'd like to have the possibility to test the |
Just in case it's not immediately clear: Please note that we're already using The point of this PR is only to remove that polyfill, and start using the native browser functionality. As mentioned in #14743 (comment), moving forward with this PR is currently blocked on bug 1762595 being fixed.
Not easily, I don't think, and as mentioned native |
94beaa4
to
63c7e71
Compare
370ffcf
to
e5150ec
Compare
c4f09f8
to
66af544
Compare
1644cbd
to
ba16eb8
Compare
38012e5
to
1def54c
Compare
92b9d70
to
63eee31
Compare
99619d6
to
2217075
Compare
2217075
to
ac5941c
Compare
ac5941c
to
ba201f6
Compare
ba201f6
to
f20a49c
Compare
f20a49c
to
2761c4b
Compare
2761c4b
to
d68270d
Compare
d68270d
to
661ad2c
Compare
5b8be99
to
540f001
Compare
540f001
to
e44a847
Compare
45b891e
to
65639c3
Compare
import maps
in development modeimport maps
in development mode
890261f
to
820bda1
Compare
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/80be2ec620ec3e4/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/f82baadd10f845a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/f82baadd10f845a/output.txt Total script time: 24.62 mins
Image differences available at: http://54.241.84.105:8877/f82baadd10f845a/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/80be2ec620ec3e4/output.txt Total script time: 36.49 mins
Image differences available at: http://54.193.163.58:8877/80be2ec620ec3e4/reftest-analyzer.html#web=eq.log |
This patch seem to work fine locally now, and `mozregression` points to it being fixed in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1803984 which landed in Firefox 116. By using the native `import maps` functionality, we can remove a development dependency. Please find the specification at https://wicg.github.io/import-maps/
820bda1
to
5e986cb
Compare
Nice work; good to see that the upstream issues have been fixed and we can finally get rid of that extra dependency! |
This patch seem to work fine locally now, and
mozregression
points to it being fixed in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1803984 which landed in Firefox 116.By using the native
import maps
functionality, we can remove a development dependency. Please find the specification at https://wicg.github.io/import-maps/