-
Hi, I'm trying to use `karma-jspm`, after your last release I do not have the `too many open file` so I can go on.
Now I'm facing a new issue, I read the #91, but that's not my case, my `jspm.config.…
-
## Search Terms
For now TypeScript will transform enum from
```ts
enum Test {
Key = 1
}
```
to
```ts
var Test;
(function (Test) {
Test[Test["Key"] = 1] = "Key";
})(Test || (T…
-
Since `@carbon/icons-angular` package is outdated and no longer maintained, I'm trying to use `@carbon/icons` package in my Angular project. Unfortunately, Angular complains that types are missing. It…
-
**Prettier 2.8.3**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAucAbAhgZ0wAgII7AA6UOOAAgBTqUCUAdAEZ20lkC2cMAFhACZ1CAXxJCQAGhAQADjACW0TMlDoATqogB3AApqESlOlSb0ATyWTGq9GADWXAMrpOAGT…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
**Your Environment**
* **Prettier version**: 2.7.1
* **node version** 14.8.3
* **package manager**: yarn 1.22.19
* **IDE**: VSCode
**Describe the bug**
prettier-plugin-sort-imports resul…
-
With Yarn v4's [pnpm linker](https://yarnpkg.com/features/linkers#nodelinker-pnpm), this extension no longer works on TS files due to issues the installation layout causes with the regexps the extensi…
-
I currently have the following dependencies in packages.json file
```
"dependencies": {
"@types/bcrypt": "^3.0.0",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"mongodb": "^3.5.9"…
-
I stumbled on this when the code I was testing had provided undefined as a parameter for SQS.sendMessage().
When all params that the AWS SDK expects are present, then the mock works, and all of my …
-
I cloned the project, then yarn install, and yarn start.
------------
I got Module ./node_modules/material-ui/styles/withStyles.js
not found: Can't resolve '@babel/runtime/core-js/map' in 'typescr…