Skip to content

Certain Polyfill modules aren't supported in checks #1115

@ScubaDaniel

Description

@ScubaDaniel

When I try to check for compatibility for certain modules, the compat function doesn't return any information:

let {compat} = require("core-js-compat");

compat({target: "ie 9", modules: ["web.set-timeout"]});

// {"list":[],"targets":{}}

According to the table, this polyfill module is required:
image

This seems to be the case for the following modules:

  'es.map.constructor',
  'es.object.get-own-property-symbols',
  'es.set.constructor',
  'es.symbol.constructor',
  'es.symbol.for',
  'es.symbol.key-for',
  'es.weak-map.constructor',
  'es.weak-set.constructor',
  'web.set-interval',
  'web.set-timeout'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions