deno/cli/tests/testdata/import_maps
Bartek Iwańczuk c6c8c91a6e
feat: embed import map in the config file (#17478)
This commit changes handling of config file to enable
specifying "imports" and "scopes" objects effectively making
the configuration file an import map.

"imports" and "scopes" take precedence over "importMap" configuration,
but have lower priority than "--importmap" CLI flag.

Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2023-01-25 21:13:40 +01:00
..
lodash
moment
scope
config.json feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
import_map.json
import_map_invalid.json feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
import_map_remote.json
scoped_moment.ts
test.ts
test_remote.ts
vue.ts