@lwc/template-compiler
Advanced tools
Comparing version 0.37.3-alpha to 0.37.3-alpha2
@@ -14,3 +14,3 @@ "use strict"; | ||
exports.EVENT_HANDLER_RE = /^on/; | ||
exports.EVENT_HANDLER_NAME_RE = /^on[a-z]+$/; | ||
exports.EVENT_HANDLER_NAME_RE = /^on[a-z][a-z0-9_]*$/; | ||
// These attributes take either an ID or a list of IDs as values. | ||
@@ -17,0 +17,0 @@ exports.ID_REFERENCING_ATTRIBUTES_SET = new Set([ |
{ | ||
"name": "@lwc/template-compiler", | ||
"version": "0.37.3-alpha", | ||
"version": "0.37.3-alpha2", | ||
"description": "Template compiler package", | ||
@@ -24,4 +24,4 @@ "main": "dist/commonjs/index.js", | ||
"@babel/types": "~7.1.5", | ||
"@lwc/errors": "0.37.3-alpha", | ||
"@lwc/style-compiler": "0.37.3-alpha", | ||
"@lwc/errors": "0.37.3-alpha2", | ||
"@lwc/style-compiler": "0.37.3-alpha2", | ||
"camelcase": "~5.0.0", | ||
@@ -34,3 +34,3 @@ "he": "^1.1.1", | ||
}, | ||
"gitHead": "3f016890e8198195a4c0a9df871cae74c941a959" | ||
"gitHead": "5a8b812f7c7f7d87a29fac8c660adb32d69ead30" | ||
} |
Sorry, the diff of this file is not supported yet
234511
+ Added@lwc/errors@0.37.3-alpha2(transitive)
+ Added@lwc/style-compiler@0.37.3-alpha2(transitive)
- Removed@lwc/errors@0.37.3-alpha(transitive)
- Removed@lwc/style-compiler@0.37.3-alpha(transitive)
Updated@lwc/errors@0.37.3-alpha2