Skip to content

Commit

Permalink
#20 clarified json.data.provider intent in constructor js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Aug 8, 2019
1 parent fabe20c commit b048f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data.providers/json.data.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export class JsonDataProvider implements IDataProvider {
private logger: Logger = new Logger('json.data.provider:', config.logLevel);

/**
* Creates new JSON data provider for .json, .json5 and .hjson data files.
* Creates new JSON data provider for .json, .json5, .hjson data files,
* .config, .env, .ini, .properties and .yml config files.
*/
constructor() {
this.logger.debug('created for:', this.supportedDataFileTypes);
Expand Down

0 comments on commit b048f45

Please sign in to comment.