summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_maps
AgeCommit message (Collapse)Author
2023-09-24fix(lsp): resolve remote import maps (#20651)Nayeem Rahman
2023-01-25feat: embed import map in the config file (#17478)Bartek IwaƄczuk
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>
2021-08-11chore: move test files to testdata directory (#11601)David Sherret