bao-mozjs-src-python 140.13.0-4

SpiderMonkey source slice (python) for bao-mozjs-sys
Documentation
---
StringLinter:
    description: >-
        Make sure the string foobar never appears in browser js
        files because it is bad
    rule: no-foobar
    extensions: ['.js']
    type: string
    payload: foobar

---
RegexLinter:
    description: >-
        Make sure the string foobar never appears in browser js
        files because it is bad
    rule: no-foobar
    extensions: ['.js']
    type: regex
    payload: foobar