ToddThomson / tsproject

Typescript minifier and modular typescript bundle optimizer for gulp (Ts Vinyl Adapter).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minifier: Identifier collision with extended class

ToddThomson opened this issue · comments

1.2.0-rc2 bug with:

class SomeName extends ClassName

class properties referenced with this collide.

Workaround: set noEmit to true. This causes only the bundle to be emitted.

Class inheritance has been added to release 1.2.0-rc.3.