![]() |
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
.github | %!s(int64=2) %!d(string=hai) anos | |
.vscode | %!s(int64=2) %!d(string=hai) anos | |
test | %!s(int64=2) %!d(string=hai) anos | |
.editorconfig | %!s(int64=2) %!d(string=hai) anos | |
.eslintignore | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
.prettierignore | %!s(int64=2) %!d(string=hai) anos | |
.prettierrc | %!s(int64=2) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
index.js | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
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