YiFei

Results 4 issues of YiFei

In [Polymer](https://www.polymer-project.org/1.0/docs/start/quick-tour.html),the script is written in a component html,like: ``` I'm a DOM element. This is my local DOM! Polymer({ is: "dom-element" }); ``` and the component can be used...

``` ``` ``` __progress-line { max-height: 30px; max-width: 100%; overflow: hidden; svg { max-height: 30px; } } ```

invalid

the getInstrumenter should be exported in handlers.js to use istanbul-middleware.getInstrumentor()

I write my own custom middleware.As in: ``` javascript var im = require('istanbul-middleware'), app.use(function (req, res, next) { if (isJSRequiringCoverage(req)) { var file = getFilePath(req), //it's ok code = readTheCodeFromFile(file),//it's...