Class ReportUntranspilableFeatures

java.lang.Object
com.google.javascript.jscomp.ReportUntranspilableFeatures

public final class ReportUntranspilableFeatures extends Object
Looks for presence of features that are not supported for transpilation (mostly new RegExp features and bigint literal). Reports errors for any features are present in the root and not present in the targeted output language.
  • Field Details

    • UNTRANSPILABLE_FEATURE_PRESENT

      public static final DiagnosticType UNTRANSPILABLE_FEATURE_PRESENT