chocolateboy
chocolateboy
**Bili**: v5+ | **Node.js**: v14.6.0 | **OS**: Linux (Arch) Using a default export in an ES module results in the following warning, as of [Rollup v2.2.0](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#2220) ([PR](https://github.com/rollup/rollup/pull/3659)): > **warning prefer_named_exports**:...
**Bili**: v5+ | **Node.js**: v14.6.0 | **OS**: Linux (Arch) I'm trying to bundle `node_modules` dependencies in a UMD build. This works fine in bili v4 (v4.10.1), but appears to silently...
Set rollup's [`output.exports`](https://rollupjs.org/guide/en/#outputexports) option to "auto" to avoid warnings about default exports when there are no named exports. Closes #425.
### Test ``` $ yarn -s bili --config ./no-such-file.js src/*.* && echo ok ``` ### Expected > Cannot find Bili config file at ./no-such-file.js ### Actual > ok ### Environment...
Migrate from [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) to [rollup-plugin-ts](https://github.com/wessberg/rollup-plugin-ts). This would be a breaking change. ## Reasons to switch - allow bili to support TypeScript [out of the box](https://github.com/egoist/bili/pull/339#issuecomment-620420228) (no need to manually install...
## Issue Type - [x] Bug Report **Keywords**: options, alias, aliases, hyphen, kebab-case ## Description Long hyphenated options (e.g. `--clear-screen`) aren't recognised as aliases of short options (e.g. `-c`) or...
- OS: Linux (Arch) - Python: 3.7.4 - litecli: 1.1.0 This is a great tool (thanks!), but I was deterred from considering it by the references to completing with the...
According to the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.7.html), user-specific data files files should be stored in `$XDG_DATA_HOME/joe`, or `$HOME/.local/share/joe` if `$XDG_DATA_HOME` is not defined. > There is a single base directory...
https://gist.github.com/chocolateboy/254b44382e6c34f8ce7e
Re-opening this as a new issue as the last one got derailed... This is my abiding issue with Violentmonkey (which I :heart: - thank you!), but I can't see an...