Alberto Martínez
Alberto Martínez
@tunnckoCore , he ...I'm busy too but the next week I will to send 2 or 3 PRs w/ transforms.
@Aqours I will check it asap. Thanks.
I'll look at this issue until this week-end.
@Aqours, @gevalo1, @xania, @bwindels , please try cleanup v3.2.1, it is already in npm.
@bwindels thanks, I will check it asap.
For me, yes. Babel does not supports `const enum`, something that I use too much. (Also, does not supports namespaces, but I don't use these).
@chawax , my rn-cli.config.js : ```js /* eslint-env node */ module.exports = { transformer: { babelTransformerPath: require.resolve('react-native-typescript-transformer'), }, } ```
@vovkasm your setup is not working for me. I have errors like this: ```bash FAIL ~js/app/lib/__tests__/formatPhone.spec.js ● Test suite failed to run TypeError: Jest: a transform's `process` function must return...
This definitions also fails with error TS2304: Cannot find name 'EventTarget'
Fails with error TS2304: Cannot find name 'EventTarget'