(fn)
| 609 | var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; |
| 610 | |
| 611 | function createCommonjsModule(fn) { |
| 612 | var module = { exports: {} }; |
| 613 | return fn(module, module.exports), module.exports; |
| 614 | } |
| 615 | |
| 616 | // http://www.w3.org/TR/CSS21/grammar.html |
| 617 | // https://github.com/visionmedia/css-parse/pull/49#issuecomment-30088027 |
no test coverage detected