Thomas
Thomas
I would like to request the creation of a `highlightjs-postscript` repository for my 3rd party grammar. - [X] I have an existing personal repository ready to go ### Metadata -...
### Environment Node v23.10.0, `ufo` version 1.5.4. ### Reproduction ```js > ufo.getQuery("http://foo.com/?toString=a") { toString: [ [Function: toString], 'a' ] } ``` ### Describe the bug The accumulator object used during...
Encodings are kept track of in a regular JavaScript Object. This causes problems when keys are requested, which exist in the default JavaScript Object prototype. For example: ```js > il...
Moment seemingly uses a look-up table somewhere to look for certain (sub)strings from the input given to `format`. This is likely implemented using a regular JavaScript Object, which inherits a...