ember-ast-hot-load
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
const HOT_LOAD_HELPER_NAME = "hot-load"; | ||
@@ -216,3 +215,5 @@ | ||
SubExpression(node) { | ||
convertComponent(node, b, options); | ||
if (node.path.original === "component") { | ||
convertComponent(node, b, options); | ||
} | ||
}, | ||
@@ -219,0 +220,0 @@ BlockStatement(node) { |
{ | ||
"name": "ember-ast-hot-load", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Ember components hot-reload addon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
35450
973