Skip to content

Commit

Permalink
feat(parser): added new option to allow edge cases that deviate from …
Browse files Browse the repository at this point in the history
…the spec
  • Loading branch information
KFlash committed Jul 15, 2019
1 parent 3f4ab97 commit 30d8c23
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 1,139 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,8 @@ This is the available options:
identifierPattern: false;
// Enable React JSX parsing
jsx: false
// Allow edge cases that deviate from the spec
deFacto: false
}
```

Expand Down

0 comments on commit 30d8c23

Please sign in to comment.