mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-25 04:22:50 +00:00
LibWeb: Support "importmap" scripts
This commit is contained in:
parent
ccb363c443
commit
e487f70bbf
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/jamierocks
Commit: e487f70bbf
Pull-request: https://github.com/SerenityOS/serenity/pull/23954
Issue: https://github.com/SerenityOS/serenity/issues/23117
13 changed files with 402 additions and 9 deletions
3
Tests/LibWeb/Text/input/HTML/import-maps.js
Normal file
3
Tests/LibWeb/Text/input/HTML/import-maps.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function main() {
|
||||
println("hello, friends!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue