1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 00:59:24 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Axetroy
434007b8ab feat(prettier): output to stdout instead of write file by default unless specified --write flag (#332) 2019-05-21 08:23:23 -04:00
Ryan Dahl
07ca4f9629
walk() should not use deprecated FileInfo.path (#398)
The walk() interface is change to return a WalkInfo object which
contains both the resolved filename and FileInfo object from stat.

The followSymlinks feature is disabled for now.
2019-05-14 17:14:08 -04:00
Axetroy
59cbcf3f3c upgrade prettier to v1.17.1 (#399) 2019-05-13 12:56:00 -04:00
Bartek Iwańczuk
2ad643d296 bump CI to v0.4.0 (#378) 2019-05-04 11:33:50 -04:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
95ab4e2a3c Fix eslint warnings and small clean ups (#339) 2019-04-14 10:53:19 -04:00
Bartek Iwańczuk
e5a493e9e8 Fix prettier check in empty files (#302) 2019-03-24 11:26:47 -04:00
Vincent LE GOFF
0bb040e8d4 Test reorganization (#290) 2019-03-18 12:49:54 -04:00
Yoshiya Hinosawa
fae48d5dfb Add prettier styling options (#281) 2019-03-17 18:23:21 -04:00
Yoshiya Hinosawa
bf76484301 refactor: use execPath where appropriate (#255) 2019-03-08 12:41:47 -05:00
Andy Hayden
afaf343f37 Use fs.walk rather than git ls-files (#241) 2019-03-08 02:01:39 -05:00
Yoshiya Hinosawa
c67751659c Bump CI to v0.3.2 (#245)
replace Deno.platform with Deno.build
2019-03-07 09:07:12 -05:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals (#242)
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279 Testing refactor (#240) 2019-03-06 16:39:50 -05:00
Andy Hayden
0fc13fffbd Replace deno.land/x/ with deno.land/std/ (#239) 2019-03-06 10:24:53 -05:00
Kitson Kelly
c0390ade3d Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
Bert Belder
6063378a92 Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
Ryan Dahl
1abdc2efc0
Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
Yoshiya Hinosawa
e7837ff0f0 Add reusable prettier wrapper CLI (#165)
This also fixes an issue with the path on azure-pipelines.
2019-02-01 10:16:39 -05:00
Yoshiya Hinosawa
b792fe8c72 Port prettier (#156) 2019-01-26 23:19:56 -05:00