Mohammad Asif cf937194cb Removed un-waned things 1. | 5 hónapja | |
---|---|---|
.. | ||
.github | 5 hónapja | |
.vscode | 5 hónapja | |
test | 5 hónapja | |
.editorconfig | 5 hónapja | |
.eslintignore | 5 hónapja | |
.eslintrc.js | 5 hónapja | |
.prettierignore | 5 hónapja | |
.prettierrc | 5 hónapja | |
LICENSE.md | 5 hónapja | |
README.md | 5 hónapja | |
index.js | 5 hónapja | |
package.json | 5 hónapja |
Helper functions for exposing prettier changes within linting tools.
This package contains:
showInvisibles(string)
- Replace invisible characters with ones you can see for
for easier diffing.generateDifferences(source, prettierSource)
- Generate an array of
differences between two strings.This code was extracted from eslint-plugin-prettier v2.7.0