prettier/src
Ika 1965b74e61
refactor: move index.js and standalone.js to src (#5054)
There're always 2 files that they're source code but not in the `src` directory, which makes it hard to search.

- move the content of `index.js` and `standalone.js` to `src`.
- `/index.js` and `/standalone.js` are preserved as links to not break builds that's installed from git.
2018-09-06 13:51:18 +08:00
..
cli refactor: extract options-normalizer/validator (#5020) 2018-08-31 11:26:07 +08:00
common feat: newline and space utils to shared (#5049) 2018-09-04 23:08:37 +03:00
config feat(config): support TOML configuration files (#4877) 2018-08-03 06:27:19 -04:00
doc fix(perf): convert traverseDoc from recursion to stack (#4776) (#4848) 2018-07-15 20:02:14 -07:00
language-css refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-graphql refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-handlebars refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-html refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-js fix(typescript): preserve necessary parens for TSOptionalType (#5056) 2018-09-06 09:04:37 +08:00
language-markdown feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
language-vue fix(vue): do not pass `<script src>` into multiparser (#5031) 2018-08-31 09:28:55 +08:00
language-yaml feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00
main feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00
utils refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
index.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00
standalone.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00