Sha256: a1772cb9477f3a08f34ec7fd6b6d100be616cb5368d90da59746fc2fd1919320
Contents?: true
Size: 395 Bytes
Versions: 41
Compression:
Stored size: 395 Bytes
Contents
var CDO = require('../../tokenizer').TYPE.CDO; module.exports = { name: 'CDO', structure: [], parse: function() { var start = this.scanner.tokenStart; this.eat(CDO); // <!-- return { type: 'CDO', loc: this.getLocation(start, this.scanner.tokenStart) }; }, generate: function() { this.chunk('<!--'); } };
Version data entries
41 entries across 31 versions & 9 rubygems