-
**JavaScript** ([/ˈdʒɑːvəskrɪpt/](https://en.wikipedia.org/wiki/Help:IPA/English)), often abbreviated as **JS**, is a [programming language](https://en.wikipedia.org/wiki/Programming_language) that is…
-
## CVE-2022-25858 - Medium Severity Vulnerability
Vulnerable Libraries - terser-5.7.1.tgz, terser-4.8.0.tgz
terser-5.7.1.tgz
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
L…
-
Starting with d18756760449b9c4ace6de41c2cd55507874aa96, our slugs (for organizations/accounts/documents) can contain alphanumerics from any language (`\p{Letter}\p{Number}`).
This works within the pl…
-
Chapter|Translator|Reviewer
-|:-:|:-:
An introduction | [@zhangmac](https://github.com/zhangmac)|
JavaScript Fundamentals | [@leotian](https://github.com/leotian)|
Code quality | |
Objects: th…
-
### What type of issue is this?
Missing compatibility data
### What information was incorrect, unhelpful, or incomplete?
There is a compatibility entry for [these escapes](https://developer.mozilla…
-
Carrying over discussion from json-schema-org/json-schema-spec#821.
I think it would be convenient to allow specifying a `format` for regex strings which include delimiters and flags, e.g., `/abc/i…
-
`bundleSource` contains “evasive transforms”, that is, it transforms JavaScript modules into JavaScript modules that can get past the SES censorship regular expressions. The soundness of this design i…
-
**Issue:** If styleConfig: headingStyle = 'linebreak' || 'hashify', header elements are not getting processed i.e elements remains as it is.
**Content used:** https://developer.mozilla.org/en-US/do…
-
In JavaScript regular expressions, `\w` only matches `[A-Za-z0-9_]`.
So it doesn't work well if we put any non-English characters in the tag, like `#测试` or `#テスト`.
Perhaps `\w+` should be replaced by…
-
In e9e52478e3572445357488ff81964b2f56a52c1f, I implemented a filter that only includes requests to servers that the user's device also provably (through Tracker Control/the App Privacy Report) contact…