-
Hi, thanks for writing this library!
When I try to use this in Cypress, I get an error very similar to #1
Here are the commands I run (MCVE):
```
cd $(mktemp -d)
npm init -y
# First time in…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Webpack finish bundle without errors with css-loader `0.26.4`.
After update to `0.27.0` webpacking…
-
By importing lowdb in my typescript project I get below error
```
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/amin/Work/giveth/giveconomy-notification-service/node_modules/lowdb/lib/ind…
-
I'm trying to use a couple of ESlint rules that required me to pass `parserOptions.project` to the ESlint config. Whenever I add that option to ESLint, the server automatically crashes, but when I com…
-
### Issue description or question
I have a Typescript project where I need to compile my source TS files into JS files within the same directory.
When I run wallaby, the coverage green/red…
-
For example, given:
```ts
import { z } from 'zod';
import { makeApi } from '@zodios/core';
import { zodiosApp } from '@zodios/express';
const PostSchema = z.object({
id: z.number(),
nam…
-
### Current behavior
Getting this error on CI when using cypress/factory
`Couldn't determine Mocha version`
### Desired behavior
Should be no errors
### Test code to reproduce
Docke…
-
### Operating System
windows 11 pro
### Programming Languages
JS
### CCXT Version
3.0.6
### Description
Doesn't work typescript code from examples. (https://github.com/ccxt/ccxt/blob/master/ex…
-
### Issue description
I just updated my bot to version 13 and made all of the necesary changes to make it compatible, but I'm unable to compile the typescript due to typing errors. Every time I try I…
-
### Environment
mac os
### Reproduction
adding the following values into tsconfig.json
```
"compilerOptions": {
"lib": [
"es2020", "esnext"
],
"module": "commonjs",
"…