Sha256: 5f49b9300f5e0092d35d614daebecc9efdb20bd72cabbdb5a40048db530ae6aa

Contents?: true

Size: 442 Bytes

Versions: 24

Compression:

Stored size: 442 Bytes

Contents

'use strict';

const Input = require('postcss/lib/input');
const TemplateSafeParser = require('./template-safe-parser');

function templateSafeParse(css, opts) {
	const input = new Input(css, opts);

	input.quasis = opts.quasis;
	input.templateLiteralStyles = opts.templateLiteralStyles;
	input.parseOptions = opts;
	const parser = new TemplateSafeParser(input);

	parser.parse();

	return parser.root;
}

module.exports = templateSafeParse;

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.7 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.6 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.5 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.4 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.3 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.2 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.1 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3.5 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-5.0.0 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3.4 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3.3 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3.2 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3.1 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.3 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.2.3 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.2.2 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.2.1 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.2 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js
trusty-cms-4.1.9 node_modules/@stylelint/postcss-css-in-js/template-safe-parse.js