google/closure-compiler

need flag to enable `CompilerOptions.setAssumeStaticInheritanceRequired(true)`

Open

#3,559 opened on 2020年2月25日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Java (7,176 stars) (1,197 forks)batch import
P3good first issue

説明

To avoid compilation breaking uses of this and super in static methods of ES6 classes, you have to get CommandLineRunner to do CompilerOptions.setAssumeStaticInheritanceRequired(true) when creating the Compiler object.

Unfortunately, there is no flag for this yet, and we can't make it the default behavior because of increase in output code size it causes for Google projects.

This would be a good community-volunteer thing to do.

コントリビューターガイド

need flag to enable `CompilerOptions.setAssumeStaticInheritanceRequired(true)` · google/closure-compiler#3559 | Good First Issue