chromium/tools/typescript/tests/expected/path_mappings/untrusted_mappings_expected.json

{
  "//resources/js/*": [
    "./../../../../ui/webui/resources/tsc/js/*"
  ],
  "chrome-untrusted://resources/js/*": [
    "./../../../../ui/webui/resources/tsc/js/*"
  ],
  "//resources/cr_components/localized_link/*": [
    "./../../../../ui/webui/resources/tsc/cr_components/localized_link/*"
  ],
  "chrome-untrusted://resources/cr_components/localized_link/*": [
    "./../../../../ui/webui/resources/tsc/cr_components/localized_link/*"
  ],
  "//resources/polymer/v3_0/polymer/polymer_bundled.min.js": [
    "./../../../../../tests/third_party/polymer/v3_0/components-chromium/polymer/polymer.d.ts"
  ],
  "chrome-untrusted://resources/polymer/v3_0/polymer/polymer_bundled.min.js": [
    "./../../../../../tests/third_party/polymer/v3_0/components-chromium/polymer/polymer.d.ts"
  ],
  "//resources/polymer/v3_0/*": [
    "./../../../../../tests/third_party/polymer/v3_0/components-chromium/*"
  ],
  "chrome-untrusted://resources/polymer/v3_0/*": [
    "./../../../../../tests/third_party/polymer/v3_0/components-chromium/*"
  ],
  "//resources/lit/v3_0/lit.rollup.js": [
    "./../../../../third_party/lit/v3_0/lit.d.ts"
  ],
  "chrome-untrusted://resources/lit/v3_0/lit.rollup.js": [
    "./../../../../third_party/lit/v3_0/lit.d.ts"
  ]
}