Daniel Bayley

Results 96 issues of Daniel Bayley

Also taking advantage of YAML [_anchors_ and _aliases_](https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors)… It looks like this:

See https://github.com/dracula/homebrew-install/blob/main/Casks/dracula-lsd.rb.

## Rollup Plugin Name: `{name}` This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...

## Rollup Plugin Name: `*` This PR contains: - [x] bugfix - [ ] feature - [x] refactor - [ ] documentation - [ ] other Are tests included? -...

For example: ~~~ js const array = [1, 2, 3, 4] _.head(array, { n: 2 }) // [1, 2] // or _.first(array, { n: 2 }) // [1, 2] _.head(array)...

Add a `--indent` option, to be used with `--json` to output 2 space indentation. See also #479 and #523.

Hey @sticklerm3, just wondering if you could hopefully offer me some insight into how I can more accurately parse the raw binary data from a macOS alias/bookmark? This is with...

`"civet autoConst"` 1. Does not work with destructuring, for example: ~~~ coffee str = "string" export {length} = str ~~~ fails to parse, instead of producing: ~~~ js export const...

bug

1. `node --import @danielx/civet/register --test tests/*.civet` does not read or take into account any civet config. 2. `node --import @danielx/civet/register --test tests/*.civet --experimental-test-coverage` throws a `Warning: Could not report code...

plugin/integration

`civet --emit-declaration` always seems to produce e.g `index.civet.d.ts` files, but do we not ideally want to generate `index.d.ts` for release? Otherwise, should it at least respect `--js` or `--output` to...

bug
typescript
plugin/integration