Comparing version 1.0.29 to 1.0.30
@@ -0,1 +1,7 @@ | ||
## 2013.12.31, Version 1.0.30(Stable) | ||
### enhancement | ||
- parse ast出错的时候增加文件路径 | ||
## 2013.12.23, Version 1.0.29(Stable) | ||
@@ -2,0 +8,0 @@ |
@@ -431,4 +431,3 @@ /** | ||
} | ||
var outputFilePath = self.outputFilePath; | ||
if(_.isObject(self.modules)){ | ||
if(_.isObject(self.modules)){ | ||
_.forEach(self.modules, function(mod, modName){ | ||
@@ -435,0 +434,0 @@ if(_.indexOf(self.combinedModules, modName) === -1 && !_.isEmpty(mod.dependencies)){ |
@@ -25,3 +25,3 @@ /** | ||
}catch(e){ | ||
e.message = 'file parse error.'; | ||
e.message = 'file parse error. The file is ' + inputFile; | ||
e.detail = e.message; | ||
@@ -28,0 +28,0 @@ e.filePath = inputFile; |
{ | ||
"name": "kmc", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "KISSY Module Compiler", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119373
3302