🔥 transpilerHashes

This commit is contained in:
Michelle Tilley
2016-10-29 15:24:29 -07:00
parent b111941022
commit 0f61b79049

View File

@@ -10,7 +10,6 @@ function PackageTranspilationRegistry () {
this.configByPackagePath = {}
this.specByFilePath = {}
this.transpilerPaths = {}
this.transpilerHashes = {}
}
Object.assign(PackageTranspilationRegistry.prototype, {