You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
165 B

4 years ago
  1. // Generated by CoffeeScript 1.12.7
  2. (function() {
  3. module.exports = {
  4. None: 0,
  5. OpenTag: 1,
  6. InsideTag: 2,
  7. CloseTag: 3
  8. };
  9. }).call(this);