Sha256: 22e0de212665b29e9b9c879bad54ca7e2a1f59560907b9fa5e88fa7bb3490cf8

Contents?: true

Size: 393 Bytes

Versions: 41

Compression:

Stored size: 393 Bytes

Contents

var CDC = require('../../tokenizer').TYPE.CDC;

module.exports = {
    name: 'CDC',
    structure: [],
    parse: function() {
        var start = this.scanner.tokenStart;

        this.eat(CDC); // -->

        return {
            type: 'CDC',
            loc: this.getLocation(start, this.scanner.tokenStart)
        };
    },
    generate: function() {
        this.chunk('-->');
    }
};

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