forked from zloirock/core-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules-by-versions.js
60 lines (60 loc) · 1.53 KB
/
modules-by-versions.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
'use strict';
module.exports = {
3.1: [
'es.string.match-all',
'es.symbol.match-all',
'esnext.symbol.replace-all',
],
3.2: [
'es.promise.all-settled',
'esnext.array.is-template-object',
'esnext.map.update-or-insert',
'esnext.symbol.async-dispose',
],
3.3: [
'es.global-this',
'esnext.async-iterator.constructor',
'esnext.async-iterator.as-indexed-pairs',
'esnext.async-iterator.drop',
'esnext.async-iterator.every',
'esnext.async-iterator.filter',
'esnext.async-iterator.find',
'esnext.async-iterator.flat-map',
'esnext.async-iterator.for-each',
'esnext.async-iterator.from',
'esnext.async-iterator.map',
'esnext.async-iterator.reduce',
'esnext.async-iterator.some',
'esnext.async-iterator.take',
'esnext.async-iterator.to-array',
'esnext.iterator.constructor',
'esnext.iterator.as-indexed-pairs',
'esnext.iterator.drop',
'esnext.iterator.every',
'esnext.iterator.filter',
'esnext.iterator.find',
'esnext.iterator.flat-map',
'esnext.iterator.for-each',
'esnext.iterator.from',
'esnext.iterator.map',
'esnext.iterator.reduce',
'esnext.iterator.some',
'esnext.iterator.take',
'esnext.iterator.to-array',
'esnext.map.upsert',
'esnext.weak-map.upsert',
],
3.4: [
'es.json.stringify',
],
3.5: [
'esnext.object.iterate-entries',
'esnext.object.iterate-keys',
'esnext.object.iterate-values',
],
3.6: [
'es.regexp.sticky',
'es.regexp.test',
'esnext.array.filter-out',
],
};