Skip to content

Commit

Permalink
feat(variable): add normal match mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Clunt committed May 28, 2018
1 parent e36639c commit 49c1dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/VAR.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use strict";

const MATCH_MODE = exports.MATCH_MODE = {};
MATCH_MODE.NORMAL = 'normal';
MATCH_MODE.WARN = 'warn';
MATCH_MODE.STRICT = 'strict';

Expand Down

0 comments on commit 49c1dae

Please sign in to comment.