Source code
Revision control
Copy as Markdown
Other Tools
{
  "importMap": {
    "imports": {
      "foo/": "data:text/javascript,foo/"
    }
  },
  "name": "data: URL prefix",
  "tests": {
    "should not resolve since you can't resolve relative to a data: URL": {
      "expectedResults": {
        "foo/bar": null
      }
    }
  }
}