mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Remove varNameRegExp since it's never used;
This commit is contained in:
parent
0d7ff3ea4e
commit
066b06936a
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/;
|
// var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/;
|
||||||
function AssignNode(props) {
|
function AssignNode(props) {
|
||||||
AssignNode.$super.call(this);
|
AssignNode.$super.call(this);
|
||||||
if (props) {
|
if (props) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user