Nathan Williams
Nathan Williams
I'd like to suggest an additional `as v` extension on the import side. The syntax would be: ``` import {x,y} as v from "mod"; ``` The semantics would be to...
If I register a callback with enquire, I can't be certain when it will be called. The current implementation will run the callback synchronously if the media query happens to...
**Bug** - `package` version: 2.0.0 - `node` version: 16.13.0 - `npm` (or `yarn`) version: 8.1.0 I have a project using `jest`, `ts-jest` and `jest-extended`. One of my test.ts files uses...
The current [HTML entity reference spec](https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references) shows quite a few more entries than are currently in [Entity](https://github.com/Kotlin/kotlinx.html/blob/master/src/commonMain/kotlin/generated/gen-entities.kt). If this is supposed to be tracking the standard, those should be added....
A loader hook might want to do something expensive with a module the first time it's seen and cache the result. (The specific caching approach doesn't matter; it's just something...
The text attachment created when a ticket is closed doesn't include reactions. This is a gotcha for something like a reaction poll that occurs within the lifecycle of the ticket....
One headache of server management is having trusted multiple people but only one person who can update messaging because you can't edit another user's posts. It would be useful if...
## Description Given: ``` { "name": "syncpack-format", "version": "1.0.0", "scripts": { "lint": "syncpack lint", "fix": "syncpack fix-mismatches" }, "keywords": ["test"], "devDependencies": { "syncpack": "^12.3.0" }, "syncpack": { "lintFormatting": false }...
I'm attempting to port a node TypeScript project to use the ESM support in newer versions of node and [TypeScript](https://www.typescriptlang.org/tsconfig#module). TypeScript has muddied the water historically by supporting ESM style...
### Version 29.1.1 ### Steps to reproduce I'm trying to setup ts-jest for ESM testing. While working through other jest weirdness, I found that setting their "cache" option to false...