1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-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 chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
moment chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
scope chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
config.json feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
import_map.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
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 chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
scoped_moment.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
test.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
test_remote.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
vue.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00