Skip to content

Commit

Permalink
frozen source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Benson committed Jul 25, 2019
1 parent 4544644 commit d1a7ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -11,6 +11,7 @@ class SourceFile {
constructor(path, resolvedPath) {
this.path = path;
this.resolvedPath = resolvedPath;
Object.freeze(this);
}

get name() {
Expand Down

0 comments on commit d1a7ecf

Please sign in to comment.