-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
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:
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'