Skip to content

Commit

Permalink
chore: remove potential future feature todos (faker-js#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored and eLoyyyyy committed Oct 14, 2024
1 parent 4c6513e commit 111cab3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/modules/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,6 @@ export class SimpleHelpersModule extends SimpleModuleBase {
return [];
}

// TODO @ST-DDT 2022-11-21: Add support for unique option

return Array.from({ length: count }, method);
}
}
Expand Down
1 change: 0 additions & 1 deletion src/modules/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ export class LocationModule extends ModuleBase {
/**
* The distance in km per degree for earth.
*/
// TODO @Shinigami92 2022-04-26: Provide an option property to provide custom circumferences.
const kmPerDegree = 40_000 / 360; // in km/°

const distanceInDegree = distanceInKm / kmPerDegree; // in °
Expand Down
1 change: 0 additions & 1 deletion src/modules/system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export class SystemModule extends ModuleBase {
*
* @since 3.1.0
*/
// TODO @prisis 2022-01-25: add a parameter to have the possibility to have one or two ext on file.
filePath(): string {
return `${this.directoryPath()}/${this.fileName()}`;
}
Expand Down

0 comments on commit 111cab3

Please sign in to comment.