Skip to content

Commit 9a64417

Browse files
committed
1 parent 5e6b978 commit 9a64417

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/core-js/modules/esnext.string.cooked.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var push = uncurryThis(ArrayPrototype.push);
1111
var join = uncurryThis(ArrayPrototype.join);
1212

1313
// `String.cooked` method
14-
// https://github.com/bathos/proposal-string-cooked
14+
// https://github.com/tc39/proposal-string-cooked
1515
$({ target: 'String', stat: true }, {
1616
cooked: function cooked(template /* , ...substitutions */) {
1717
var cookedTemplate = toIndexedObject(template);

packages/core-js/stage/0.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require('../proposals/efficient-64-bit-arithmetic');
22
require('../proposals/string-at');
3-
require('../proposals/string-cooked');
43
require('../proposals/url');
54
var parent = require('./1');
65

packages/core-js/stage/1.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require('../proposals/pattern-matching');
1616
require('../proposals/promise-try');
1717
require('../proposals/seeded-random');
1818
require('../proposals/string-code-points');
19+
require('../proposals/string-cooked');
1920
var parent = require('./2');
2021

2122
module.exports = parent;

0 commit comments

Comments
 (0)