Results 64 issues of Andreas

I just realized, that if one file errors, because of wrong pug syntax like: ```pug .correct buggy*line/throws ``` This error is not properly handled and passed to `done` callback, instead...

Using SVG sprites with `` will not update the icon. The reason is that `getAttributeNS` and `setAttributeNS` DOM APIs are inconsistent in it's arguments. E.g.: lets say 'foo:bar' ('foo' being...

By default all quotes are replaced by `"`. It would be great if a e.g. `keepOriginalQuoting` could be specified to avoid breaking inlining JSON at runtime. **input:** ```ejs ``` **output:**...

ATM the `--transform` option is a simple, pragmatic and synchronous approach. A more abstract approach for transformations would be desirable, like: - API shouldn't just allow `require`d modules, but direct...

enhancement

Currently this plugin supports: - **primary options** as a list of properties represented as either strings or regular expressions, like `["foo", /bar/, ...]` - **secondary options** to configure the rule...

enhancement

At the moment regular expressions used within primary options have to match those used in secondary options. Deviation of those regexes isn't possible right now... is it needed? ```js //...

question

Since Babel 7, [Babel Macros](https://github.com/kentcdodds/babel-plugin-macros) are supported. So it would be cool to have a macro for tools like Create-React-App.

How about compatability/support for [unminified-webpack-plugin](https://github.com/leftstick/unminified-webpack-plugin)?