File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Tip! Don't write this stuff manually.
88
99-->
1010
11- ** Prettier 1.10.0 **
11+ ** Prettier 1.10.1 **
1212[ Playground link] ( https://prettier.io/playground/#..... )
1313``` sh
1414# Options (if any):
Original file line number Diff line number Diff line change 1+ # 1.10.1
2+
3+ [ link] ( https://github.com/prettier/prettier/compare/1.10.0...1.10.1 )
4+
5+ * Fixed an issue where the CLI fails to resolve a file.
6+
7+
18# 1.10.0
29
310[ link] ( https://github.com/prettier/prettier/compare/1.9.2...1.10.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier" ,
3- "version" : " 1.10.0 " ,
3+ "version" : " 1.10.1 " ,
44 "description" : " Prettier is an opinionated code formatter" ,
55 "bin" : {
66 "prettier" : " ./bin/prettier.js"
Original file line number Diff line number Diff line change 22
33const minimist = require ( "minimist" ) ;
44
5- const prettier = eval ( " require" ) ( "../../index" ) ;
5+ const prettier = require ( "../../index" ) ;
66const constant = require ( "./constant" ) ;
77const util = require ( "./util" ) ;
88const validator = require ( "./validator" ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const chalk = require("chalk");
1111const readline = require ( "readline" ) ;
1212const leven = require ( "leven" ) ;
1313
14- const prettier = eval ( " require" ) ( "../../index" ) ;
14+ const prettier = require ( "../../index" ) ;
1515const cleanAST = require ( "../common/clean-ast" ) . cleanAST ;
1616const errors = require ( "../common/errors" ) ;
1717const resolver = require ( "../config/resolve-config" ) ;
You can’t perform that action at this time.
0 commit comments