UNPKG

carto

Version:

Mapnik Stylesheet Compiler

18 lines (14 loc) 287 B
(function(tree) { tree.Field = function Field(content) { this.value = content || ''; }; tree.Field.prototype = { is: 'field', toString: function() { return '[' + this.value + ']'; }, 'ev': function() { return this; } }; })(require('../tree'));