File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var push = uncurryThis(ArrayPrototype.push);
11
11
var join = uncurryThis ( ArrayPrototype . join ) ;
12
12
13
13
// `String.cooked` method
14
- // https://github.com/bathos /proposal-string-cooked
14
+ // https://github.com/tc39 /proposal-string-cooked
15
15
$ ( { target : 'String' , stat : true } , {
16
16
cooked : function cooked ( template /* , ...substitutions */ ) {
17
17
var cookedTemplate = toIndexedObject ( template ) ;
Original file line number Diff line number Diff line change 1
1
require ( '../proposals/efficient-64-bit-arithmetic' ) ;
2
2
require ( '../proposals/string-at' ) ;
3
- require ( '../proposals/string-cooked' ) ;
4
3
require ( '../proposals/url' ) ;
5
4
var parent = require ( './1' ) ;
6
5
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require('../proposals/pattern-matching');
16
16
require ( '../proposals/promise-try' ) ;
17
17
require ( '../proposals/seeded-random' ) ;
18
18
require ( '../proposals/string-code-points' ) ;
19
+ require ( '../proposals/string-cooked' ) ;
19
20
var parent = require ( './2' ) ;
20
21
21
22
module . exports = parent ;
You can’t perform that action at this time.
0 commit comments