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 Dec 9, 2021
1 parent 8eb5f39 commit a531017
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
Expand Up @@ -2,7 +2,6 @@ require('../proposals/efficient-64-bit-arithmetic');
require('../proposals/function-is-callable-is-constructor');
require('../proposals/function-un-this');
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 a531017

Please sign in to comment.