Joscha Feth

Results 68 issues of Joscha Feth

This change would allow the module/directive to be used with a minifier without using ngmin or ng-annotate beforehand.

What license is this project?

Currently it is not possible to stop a sync glob task. Let's say I run a glob to see if any file exists (similar to `Array.some()`) then I currently have...

Type: Enhancement
Type: Need More Upvotes

Otherwise fails with: ``` 'export { hello };', '^^^^^^', '', 'SyntaxError: Unexpected token export', ``` if it was set to `"module": "ESNext"`

Currently running `dprint check` with unformatted files exits `1`. I was trying to use this to distinguish code format assertions from other errors, like so: ```bash local exit_code=0 dprint check...

enhancement
domain: cli

the https://github.com/dprint/dprint-plugin-markdown plugin is using other available plugins to format embedded code, e.g.: ````md some markdown ```ts function a () {} ``` more markdown ```` would: 1. only reformat the...

In our project, we have a generator that takes a repository state and reads all `.gitignore` and `.gitattributes` files. For `.gitattributes` specifically we're interested in code that is marked autogenerated...

enhancement
domain: cli

On [Buildkite](https://buildkite.com/) the diff coloring from `dprint check` does not seem to be applied (neither seems to be https://github.com/dprint/dprint/blob/f33209b9192ba984d125f7a08a16731eddb0145a/crates/dprint/src/cli/run_cli.rs#L291). I tried (unsuccessfully): * `TERM=xterm-256color` (Buildkite's default `TERM`) (this seems to...

bug

Any chance to support custom formatters? A tiny tweak in https://github.com/vsiakka/gherkin-lint/blob/4373832201237304dd84f1dbe6f8c2e61ef434a0/src/main.js#L44-L53 should enable it, happy to open a pull request.

enhancement