moz.yaml (932B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "JavaScript Engine" 6 7 origin: 8 name: irregexp 9 description: A fast regular expression engine from V8 10 url: https://v8.dev 11 12 release: b5aa4c8b718d75f9cf4d4afd635ffd217f0acb38 (Sun Sep 07 04:43:21 2025). 13 revision: b5aa4c8b718d75f9cf4d4afd635ffd217f0acb38 14 15 license: BSD-3-Clause 16 license-file: LICENSE.v8 17 18 vendoring: 19 url: https://chromium.googlesource.com/v8/v8.git 20 source-hosting: googlesource 21 vendor-directory: js/src/irregexp/ 22 skip-vendoring-steps: ['fetch', 'move-contents'] 23 patches: 24 - patches/trace-constiterator-operator-not-equal.patch 25 - patches/public-regexp-destructor.patch 26 27 update-actions: 28 - action: run-script 29 script: 'import-irregexp.py' 30 cwd: '{yaml_dir}' 31 32 updatebot: 33 maintainer-phab: iain 34 maintainer-bz: iireland@mozilla.com 35 try-preset: sm-shell 36 tasks: 37 - type: vendoring 38 enabled: True 39 frequency: 1 week