diff options
| author | ST-DDT <[email protected]> | 2024-06-21 12:14:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-21 12:14:04 +0200 |
| commit | ff2dae48be1713db49e7d651529562a4c84a70e9 (patch) | |
| tree | 1833f5506084ecc593af5b3058e1138f0029a4f8 | |
| parent | d31c635e6efc4013ea44a6676f832091c1763050 (diff) | |
| download | faker-ff2dae48be1713db49e7d651529562a4c84a70e9.tar.xz faker-ff2dae48be1713db49e7d651529562a4c84a70e9.zip | |
chore: remove potential future feature todos (#2959)
| -rw-r--r-- | src/modules/helpers/index.ts | 2 | ||||
| -rw-r--r-- | src/modules/location/index.ts | 1 | ||||
| -rw-r--r-- | src/modules/system/index.ts | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 69a9995c..0f57f5af 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -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); } } diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index d55e0c8a..a9fb7508 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -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 ° diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts index 57d52ca2..aec3525e 100644 --- a/src/modules/system/index.ts +++ b/src/modules/system/index.ts @@ -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()}`; } |
