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:
bors-servo 2020-05-17 10:29:29 -04:00 committed by GitHub
commit 619e0bceaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 5 deletions

View file

@ -121,8 +121,6 @@ skip: true
skip: false
[dynamic-import]
skip: true
[import-meta]
skip: true
[moving-between-documents]
skip: true
[js]