-
Does it work with typescript in an angular project? if yes what should i "setup" on my webpack.config file on top of the instructions of this plugin?
giolf updated
4 years ago
-
```
SyntaxError: C:\...\alert\index.tsx: Unexpected token, expected "," (53:20)
51 |
52 | const list = alerts.map((alert, index) => (
> 53 |
| ^
54 | …
-
Hi,
I use this amazing library with the angular project.
However the Angular warning displays with the following message:
Warning: ...\node_modules\canvg\lib\index.es.js depends on '@babel/runtim…
-
> This module uses regexes for transforming your export, instead of modifying the AST (there isn't a Babel equivalent for TypeScript declarations, is there?) so you should be careful not to write weir…
-
Hi,
I'm experimenting with the `usage-pure` mode to polyfill. The debug output from the plugins seems to indicate that no polyfills are applied - every source file has a debug output of:
`Based on…
-
Maybe related to #227
![](https://i.imgur.com/sAkPHCD.png)
Do you know how to resolve this issue?
Using eslint-plugin-graphql 3.1.1 and Apollo client 3. The app seems to behave correctly wit…
-
Maybe this is correct place for this issues collection, if not, feel free to close it or redirect me to proper repo.
https://github.com/ember-cli/ember-ajax/issues/428
https://github.com/typed-emb…
-
Let's say I have a monorepo with `packages/app` and `packages/lib`. In the `tsc` world, I'd create `app/tsconfig.json` with this:
```json
{
"references": [
{ "path": "../lib" }
]
}
``…
-
## Bug Report
**Current Behavior**
Using @babel/preset-env, target ie: 11.
When a class extends Array indirectly, all the methods disappears.
**Input Code**
```js
function ClassFactory(super…
-
**Describe the bug**
Since the files are written with ES6 syntax and JSDOC instead of actual typescript, Babel is prefixing variables with an underscore making the JSDOC invalid since the "correct" v…