worker: remove file extension check#39788
Conversation
addaleax
left a comment
There was a problem hiding this comment.
It might also be good to add a test that a file with another extension can be loaded.
|
@addaleax Thanks, reviews are addressed, PTAL |
bmeck
left a comment
There was a problem hiding this comment.
It would be good to talk about the implications of this PR since it is trying to promote usage of a deprecated API.
|
I think likely this is fine since we don't have |
bmeck
left a comment
There was a problem hiding this comment.
Couldn't think of any forwards compat concerns if we do introduce type:module
|
@Ayase-252 can you please rebase (I think it will fix the linter issue) |
dfc24f8 to
1c6cd1c
Compare
Fixes: #39124 PR-URL: #39788 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
|
Landed in 229b7d2...52ebe0f |
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Fixes: #39124 PR-URL: #39788 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Fixes: #39124 PR-URL: #39788 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Instead of adding an option, remove the check entirely.
Fixes: #39124
Alternative to #39785