WriterState.js 154 B

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