Skip to content

Commit

Permalink
move to stage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 22, 2021
1 parent a91cee4 commit 975365a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core-js/modules/esnext.string.cooked.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var push = uncurryThis(ArrayPrototype.push);
var join = uncurryThis(ArrayPrototype.join);

// `String.cooked` method
// https://github.com/bathos/proposal-string-cooked
// https://github.com/tc39/proposal-string-cooked
$({ target: 'String', stat: true }, {
cooked: function cooked(template /* , ...substitutions */) {
var cookedTemplate = toIndexedObject(template);
Expand Down
1 change: 0 additions & 1 deletion packages/core-js/stage/0.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require('../proposals/efficient-64-bit-arithmetic');
require('../proposals/string-at');
require('../proposals/string-cooked');
require('../proposals/url');
var parent = require('./1');

Expand Down
1 change: 1 addition & 0 deletions packages/core-js/stage/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require('../proposals/pattern-matching');
require('../proposals/promise-try');
require('../proposals/seeded-random');
require('../proposals/string-code-points');
require('../proposals/string-cooked');
var parent = require('./2');

module.exports = parent;

0 comments on commit 975365a

Please sign in to comment.