mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Auto merge of #26544 - CYBAI:module-metadata-hook, r=jdm
Introduce import.meta hook for module script <!-- Please describe your changes on the following line: --> --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26542 - [x] There are tests for these changes under `module/import-meta` folder.
This commit is contained in:
commit
619e0bceaf
3 changed files with 35 additions and 5 deletions
|
@ -121,8 +121,6 @@ skip: true
|
|||
skip: false
|
||||
[dynamic-import]
|
||||
skip: true
|
||||
[import-meta]
|
||||
skip: true
|
||||
[moving-between-documents]
|
||||
skip: true
|
||||
[js]
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[import-meta-url.html]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue