Sha256: d080cc71c3c9a200b452c8ba1071c5d04c1e26a8ace4e59efc01e3736568c6a7

Contents?: true

Size: 421 Bytes

Versions: 41

Compression:

Stored size: 421 Bytes

Contents

var STRING = require('../../tokenizer').TYPE.String;

module.exports = {
    name: 'String',
    structure: {
        value: String
    },
    parse: function() {
        return {
            type: 'String',
            loc: this.getLocation(this.scanner.tokenStart, this.scanner.tokenEnd),
            value: this.consume(STRING)
        };
    },
    generate: function(node) {
        this.chunk(node.value);
    }
};

Version data entries

41 entries across 31 versions & 9 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/css-tree/lib/syntax/node/String.js
optimacms-0.1.61 spec/dummy/node_modules/csso/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.18.0 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.18.2 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.16.1 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.15.2 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.18.4 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.18.1 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.14.0 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.7 node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.6 node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.5 node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.4 node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.3 node_modules/css-tree/lib/syntax/node/String.js
isomorfeus-preact-10.5.2 node_modules/css-tree/lib/syntax/node/String.js
tang-0.2.1 spec/tang_app/node_modules/csso/node_modules/css-tree/lib/syntax/node/String.js
tang-0.2.1 spec/tang_app/node_modules/css-tree/lib/syntax/node/String.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/csso/node_modules/css-tree/lib/syntax/node/String.js