#751 Add bidi visual - Visual Right to Left

This commit is contained in:
Dolan Miu
2021-03-04 02:02:28 +00:00
parent a026e5bd1f
commit 2aa93e6105
8 changed files with 92 additions and 5 deletions

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 96.81,
"functions": 93.80,
"branches": 92.63,
"statements": 96.80,
"lines": 97.77,
"functions": 93.89,
"branches": 94.55,
"statements": 97.75,
"include": [
"src/**/*.ts"
],