Rahul Gupta
Rahul Gupta
Add a message argument to bring the constructor in line with the [TC39 AggregateError proposal](https://tc39.es/proposal-promise-any/#sec-aggregate-error-constructor). Before ```js new AggregateError(errors) ``` After ```js new AggregateError(errors[, message]) ``` The message is simply...
Another Windows specific bug... If I try to watch say `C:\`, I get `addDir` event for `C:\` immediately followed by `unlinkDir` for `C:\`. This happens before anything else is added....
This is the fix long pending issue I had alluded in the discussion in issue [#160](https://github.com/Anidetrix/rollup-plugin-styles/issues/160#issuecomment-770240476).
I am finding tests failing on the main branch with the message: ``` src/loaders/postcss/index.ts:6:21 - error TS7016: Could not find a declaration file for module 'cssnano'. 'D:/dev/libs/rollup-plugin-styles/node_modules/.pnpm/[email protected][email protected]/node_modules/cssnano/dist/index.js' implicitly has an...
This might be a question due to my lack of understanding or maybe a request for enhancement! I have a plugin to my main program with injected css, say `myPlugin`...
# 🐛 bug report Using `--target default` in development builds containing Javascript with `type="module"` results in error `cannot find module`, even though the Javascript file contains no module imports, even...
## Bug Report I am using a different server than the one provided by docsify-cli (http-server) because of docsifyjs/docsify-cli#32. I find that the server keeps complaining about missing sidebar file...
This is more of a polite enquiry than anything else!!! Are you aware of the [Breach](https://github.com/breach/breach_core) browser project and in particular its second iteration of its core [Thrust](https://github.com/breach/thrust). It is...
Like the question say, I am unable to understand why this class `.noto-color-emoji` has been defined? Should this not be in user land? At the very least in another file?...
**Is your feature request related to a problem? Please describe.** I wish to override default variables in the font mixin and cannot do so, at present. For example, a common...