UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

11 lines (8 loc) 234 B
'use strict'; const SCRIPT_RE = /(<script(?![^>]*\bsrc\b)[^>]*>)([\s\S]*?)(<\/script>)/gi; module.exports = function transformer(fileInfo) { if (!/\.html?$/i.test(fileInfo.path)) { return undefined; } return undefined; };