Skip to content

Add import maps support

Evan Welsh requested to merge ewlsh/gjs:import-maps into master

This MR adapts SpiderMonkey's implementation of the import maps algorithm for JS and incorporates it into GJS

yarn add -D lodash-es
gjs --import-map ./imports.json --base ./ -m examples/gtk4-template.js
Edited by Evan Welsh

Merge request reports