-
## Description
I'm following the steps of the [Setting up Metronome Vite plugin](https://metronome.sh/docs/setup-guides/vite.mdoc) and then, once I installed `metronome-sh` to my project and added …
-
### 🔎 Search Terms
is:issue is:open types empty tsconfig label:Bug
### 🕗 Version & Regression Information
- This is a crash
- This changed between versions ______ and _______
- This changed in co…
rhysd updated
4 months ago
-
Given the following JavaScript file:
```js
import { fileURLToPath } from 'node:url';
class Test {
[Symbol.dispose]() {
console.log("Dispose called");
}
}
const test = new T…
-
-
I've spent hours trying to get Custom Node Extensions to work before I finally stumbled upon the solution through a comment in the project's tsconfig file. I'm raising an issue about it in case someon…
-
Latest remix 2.9.1 and latest dev-tools. This is my vite config:
```javascript
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import { installGlobals …
keul updated
5 months ago
-
Hiya.
We have been using this package on our nestjs application for while and everything has been working fine.
Lately we started getting these two errors in our docker `npm run build` process. …
-
Today, we can take advantage of parameter properties to reduce the boilerplate, e.g:
``` typescript
class Person {
constructor(public firstName: string, public lastName: number, public age: num…
-
Given
``` typescript
class Example {
}
```
The current type of `Example.constructor` is `Function`, but I feel that it should be `typeof Example` instead. The use case for this is as follows:
I'd l…
-
### Environment
nodejs: 20.13.1
pnpm: 9.1.1
typescript: "5.4.5"
### Reproduction
tsconfig.json
``` json
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Base",
"comp…