parcel-plugin-typescript
parcel-plugin-typescript copied to clipboard
Const enums are not supported in watch mode
due to transpileModule, Parcel's native asset is affected too
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?