prettier/tests_integration/plugins
Alexander Kachkaev bc78541274 Improve plugin resolution when path does not start with ./ (#4451)
* Fix plugin resolution when path does not start with ./

* Minor consistency fix: use "if (resolvedPluginSearchDir) {...}" in load-plugins

* Use more appropriate quotes in plugin-resolution.js

* Try both local paths and node modules when resolving plugins manually

* Test bespoke plugin loading by node module name

* Simplify getFileInfo() as suggested by @j-f1

https://github.com/prettier/prettier/pull/4341#discussion_r187112707
2018-05-10 10:27:41 +10:00
..
automatic Implement prettier.getFileInfo() method and --file-info CLI option (#4341) 2018-05-10 00:53:44 +08:00
bespoke/node_modules/@company/prettier-plugin-bespoke Improve plugin resolution when path does not start with ./ (#4451) 2018-05-10 10:27:41 +10:00
defaultOptions Allow plugins to override default options (#3991) 2018-02-28 00:20:02 +11:00
extensions Do not require plugins to set 'since' field (#4038) 2018-02-24 19:00:51 +11:00
options feat(plugins): change external options to be plugin-level (#3924) 2018-02-09 00:06:38 +08:00
preprocess Allow Plugins to preprocess text (#3664) 2018-01-10 00:27:26 +11:00