parcel-plugin-typescript icon indicating copy to clipboard operation
parcel-plugin-typescript copied to clipboard

Const enums are not supported in watch mode

Open fathyb opened this issue 7 years ago • 1 comments

due to transpileModule, Parcel's native asset is affected too

fathyb avatar Jan 12 '18 12:01 fathyb

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 enum Actions { | ^ 19 | MOVE_UP, 20 | MOVE_RIGHT, 21 | MOVE_DOWN,

new issue?

quantuminformation avatar Jan 24 '19 13:01 quantuminformation