moz.yaml (845B)
1 schema: 1 2 3 bugzilla: 4 product: DevTools 5 component: "General" 6 7 origin: 8 name: source-map 9 description: library to generate and consume the source map 10 11 url: https://github.com/mozilla/source-map 12 13 release: 13e54a38bfc62af93e80eea0240bb46acd6a330a (2025-07-10T08:07:05Z). 14 revision: 13e54a38bfc62af93e80eea0240bb46acd6a330a 15 16 license: BSD-3-Clause 17 license-file: LICENSE 18 19 vendoring: 20 url: https://github.com/mozilla/source-map 21 source-hosting: github 22 tracking: commit 23 24 exclude: 25 - "**" 26 27 keep: 28 - LICENSE 29 30 include: 31 - source-map.js 32 - "lib/*.js" 33 - "lib/*.wasm" 34 35 update-actions: 36 - action: move-file 37 from: '{vendor_dir}/lib/read-wasm-browser.js' 38 to: '{vendor_dir}/lib/read-wasm.js' 39 40 patches: 41 # Tweak read-wasm in order to support running in both Jest/Node and Firefox 42 - read_wasm.patch