diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-05-21 20:23:23 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-21 08:23:23 -0400 |
| commit | 915b4f520b16bd5c9bc6ef0ba9e45eba27c4137d (patch) | |
| tree | c6e00de7b4865101c39f90ea5448e29d44879845 /prettier/testdata | |
| parent | 7c4e973611af274c25acb38d0b8e674599ab8da7 (diff) | |
feat(prettier): output to stdout instead of write file by default unless specified --write flag (denoland/deno_std#332)
Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111
Diffstat (limited to 'prettier/testdata')
| -rw-r--r-- | prettier/testdata/formatted.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prettier/testdata/formatted.ts b/prettier/testdata/formatted.ts new file mode 100644 index 000000000..b7a3fa02f --- /dev/null +++ b/prettier/testdata/formatted.ts @@ -0,0 +1 @@ +console.log(0); |
