Nikos

Results 224 comments of Nikos

same issue? https://github.com/fathyb/parcel-plugin-typescript/issues/13#issuecomment-457195549

My project was fine with webpack, can anyone advise how to fix parcel here: https://github.com/QuantumInformation/youtube-space-invaders/tree/b

This is the error ill try the above, i thought parcel was 0 config..

dang, might go back to webpack.

@mitchellnemitz what do I put in place of ` "alias": { ... }, `

I can't export enums 🚨 /Users/nikos/WebstormProjects/youtube-space-invaders/src/SpaceInvaders.ts:18:7: Support for the experimental syntax 'exportDefaultFrom' isn't currently enabled (18:8): 16 | import { Interpreter } from './agent/Interpreter' 17 | > 18 | export...

I always get a pass when using this plugin when `tsc` reports errors

If it helps I get this each time: ``` Server running at http://localhost:1234 ⚠️ Unexpected token } at unexpected (/Users/nikos/WebstormProjects/youtube-space-invaders/node_modules/json-parser/index.js:121:9)```

Any elegant solutions planned for TS users? @simon360 where are you getting global.jsdom from?

Any movement on this? Trying to use in a Jest test, I'm trying to mount a component that calls scrollIntoView on an element, and the test always fails with ```...