Add missing compiler comments

This commit is contained in:
Fabio Berger
2018-08-03 22:36:32 +02:00
parent 30be039570
commit f42119c928

View File

@@ -67,6 +67,7 @@ export class Compiler {
private readonly _specifiedContracts: string[] | TYPE_ALL_FILES_IDENTIFIER;
/**
* Instantiates a new instance of the Compiler class.
* @param opts Optional compiler options
* @return An instance of the Compiler class.
*/
constructor(opts?: CompilerOptions) {