"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parse = exports.default = void 0; var _plugin = _interopRequireDefault(require("../../plugin")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** @module */ const styleMatcher = /([\s\S]*?)<\/style>/i; const styleMatcherOpening = /^|$))/i; const styleMatcherClosing = /<\/style>/i; const styleMatcherScoped = /\bscoped\b/i; /** * Marpit style parse plugin. * * Parse `