-
Background: I have an AngularJS mixed with an Angular application, using the `ng-upgrade` module in order to make them live together.
So I have a mixing of `ts` and `js` inside the project and I a…
-
I sometimes report issues related latest `babel/parser`. When I report, I use the local babel repository to reproduce problems. That's because there is no way to see the latest `@babel/parser` behavio…
-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Edited/Blocked
These updates…
-
I want some help on how to set this up with the `create-react-app --template typescript, I am not sure I am doing something wrong or it's some issue from the package itself
-
## There have been updates to the *babel7* monorepo:
+ - The `devDependency` [@babel/cli](https://www.npmjs.com/package/@babel/cli) was updated from `7.1.5` to `7.2.0`.
- The `devDependency` [@babe…
-
## CVE-2021-23364 - Medium Severity Vulnerability
Vulnerable Libraries - browserslist-4.3.5.tgz, browserslist-4.4.1.tgz, browserslist-4.5.0.tgz
browserslist-4.3.5.tgz
Share target browsers between…
-
I am having a react typescript project with eslint and typescript setup with webpack.
I created one declaration.d.ts file having this code
```typescript
declare module 'local-react' {
export t…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://gith…
-
I want to write a CustomTransformers for my webpack loader config.
Babel's visitors have API about [scope](https://www.henryzoo.com/babel.github.io/docs/advanced/plugins/scope/)
If I get a path of…