de831ba4e93fc7811b8384f1627e9a2a9cf52aa0
[platform/framework/web/crosswalk-tizen.git] /
1 //
2 // Constants
3 //
4 module.exports.EOL = '\n';
5
6 module.exports.SUPPRESS = '==SUPPRESS==';
7
8 module.exports.OPTIONAL = '?';
9
10 module.exports.ZERO_OR_MORE = '*';
11
12 module.exports.ONE_OR_MORE = '+';
13
14 module.exports.PARSER = 'A...';
15
16 module.exports.REMAINDER = '...';
17
18 module.exports._UNRECOGNIZED_ARGS_ATTR = '_unrecognized_args';