LibWeb: Implement multiple import map support

This commit is contained in:
Shannon Booth 2024-12-03 20:31:14 +13:00 committed by Luke Wilde
commit ac6fe2e211
Notes: github-actions[bot] 2024-12-10 12:02:45 +00:00
19 changed files with 294 additions and 100 deletions

View file

@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"application": "./import-maps.js"
"application": "./import-maps-1.js"
}
}
</script>