-
As `ethcall` is using `assert` keyword inside `lib/call.js` and `lib/calls.js` to import ABI's. Using ethcall in typescript project giving `importAssertions` error. It's a `CRA` which is customized us…
-
#### Refs:
- https://github.com/unicodeveloper/awesome-nextjs
- https://nextjs.org/docs/basic-features/typescript
- https://github.com/zeit/next-plugins/tree/master/packages/next-typescript
> No…
-
So, e several days ago, when I tried to migrate from js to ts i had faced with issue in `awesome-typescript-loader` plugin by using it with `tsconfig.json` file. For now I cannot spite my code in `chu…
-
I am trying to use your create-react-app code for jest test cases, but i am getting unexpected token error
` FAIL src/pages/SearchPage.test.tsx
● Test suite failed to run
Jest encountere…
-
In order to offer users proper Typescript support, two options are available:
1. hand crafted `.d.ts` files for each published package
2. porting current `.js` source code to Typescript (with incr…
-
### 💻
- [x] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```js
function log(target, key, desc) {
return {
…
-
Since we do not use babel w/ the happo-typescript-plugin the solution for #32 does not work. I still get this error:
This can be fixed in babel@7 with the typescript babel plugin. It might also be …
-
This issue also occurs if I just use `babel-plugin-flow-to-typescript` directly [so I filed the issue there](https://github.com/Kiikurage/babel-plugin-flow-to-typescript/issues/46). Creating an issue…
-
**Describe the bug**
Apologies I'm not 100% sure this is a bug, but I've tried all the usual stuff relating to esbuild with decorators and with still doesn't work. So maybe just looking for some gu…
-
I installed [Reanimated v2](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) today and then tried to install react-native-redash.
using `npm install react-native-r…