flags.mjs 163 B

1234567
  1. /**
  2. * Add the ability for test suites to manually set support flags
  3. * to better test more environments.
  4. */
  5. const supportsFlags = {};
  6. export { supportsFlags };