Skip to content

Commit

Permalink
[meta] remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCrawley authored and ljharb committed Sep 25, 2024
1 parent 582d8a1 commit 16bf4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var OrdinaryObjectCreate = require('es-abstract/2024/OrdinaryObjectCreate');

var forEach = require('es-abstract/helpers/forEach');

var GroupBy = require('es-abstract/2024/GroupBy'); // TODO: replace with es-abstract 2024 implementation
var GroupBy = require('es-abstract/2024/GroupBy');

module.exports = function groupBy(items, callbackfn) {
var groups = GroupBy(items, callbackfn, 'PROPERTY'); // step 1
Expand Down

0 comments on commit 16bf4c5

Please sign in to comment.