scala-js-ts-importer icon indicating copy to clipboard operation
scala-js-ts-importer copied to clipboard

Support `export const enum`

Open benhutchison opened this issue 7 years ago • 0 comments

export const enum doesn't seem to be handled.

Example

Parse error at 3069.23
'`}'' expected but identifier RenderLineNumbersType found
    export const enum RenderLineNumbersType {
                      ^

benhutchison avatar Jul 30 '18 04:07 benhutchison