Skip to content

Struggling to get an emit failure with 1.5 #2290

Closed
@basarat

Description

@basarat

Previously the following would fail to emit due to parsing errors:

var foo = 123 123;

Now it does emit JS:

var foo = 123;
123;

What's more is that something crazy like:

2nof234@#$@#$&3421834701234!@#$!&@#$"!H#@$LK!N@#LSOD*F&(O@#*$&@#$1)"YH!@#$(O*&!@#$)

does an js emit:

2;
nof234;
$;
$ & 3421834701234;
!;
$;
! & ;
$;
"!H#@$LK!N@#LSOD*F&(O@#*$&@#$1)";
YH;
!;
$(O *  & !, $);

Are you guys aware of anything that will block an emit now? I just want this for a test ❤️

refs : TypeStrong/atom-typescript#179

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions