All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.core.compat.ts Maven / Gradle / Ivy

/**
 * References
 * - https://compat-table.github.io/compat-table/es6/
 * - MDN
 */

export const enum Feature {
  AggregateError = 0x01,
  ArrowFunction = 0x02,
  ErrorPrototypeStack = 0x04,
  ObjectAssign = 0x08,
  BigIntTypedArray = 0x10,
}

export const ALL_ENABLED = 0x1f;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy