瀏覽代碼

Dependencies update

sanex3339 7 年之前
父節點
當前提交
79af8ccfca

+ 2 - 2
package.json

@@ -70,7 +70,7 @@
     "rimraf": "2.6.2",
     "sinon": "5.0.10",
     "threads": "0.11.0",
-    "ts-node": "6.0.5",
+    "ts-node": "6.1.0",
     "tslint": "5.10.0",
     "tslint-eslint-rules": "5.3.1",
     "tslint-language-service": "0.9.9",
@@ -78,7 +78,7 @@
     "tslint-webpack-plugin": "1.2.2",
     "typescript": "2.9.1",
     "webpack": "4.10.2",
-    "webpack-cli": "2.1.5",
+    "webpack-cli": "3.0.2",
     "webpack-node-externals": "1.7.2"
   },
   "repository": {

+ 0 - 1
src/node-transformers/converting-transformers/properties-extractors/AbstractPropertiesExtractor.ts

@@ -26,7 +26,6 @@ export abstract class AbstractPropertiesExtractor implements IPropertiesExtracto
      */
     protected readonly cachedHostStatementsMap: Map <ESTree.ObjectExpression, ESTree.Statement> = new Map();
 
-
     /**
      * @type {IOptions}
      */

+ 1 - 1
src/node-transformers/converting-transformers/properties-extractors/VariableDeclaratorPropertiesExtractor.ts

@@ -112,6 +112,6 @@ export class VariableDeclaratorPropertiesExtractor extends AbstractPropertiesExt
             });
         });
 
-       return isProhibitedObjectExpressionNode;
+        return isProhibitedObjectExpressionNode;
     }
 }

文件差異過大導致無法顯示
+ 17 - 722
yarn.lock


部分文件因文件數量過多而無法顯示