15 lines
651 B
Markdown
15 lines
651 B
Markdown
|
# Acorn.js Parser Adapted to TestCafe Hammerhead
|
||
|
|
||
|
This [Acorn.js](https://github.com/acornjs/acorn) version contains only features used by [TestCafe Hammerhead](https://github.com/DevExpress/testcafe-hammerhead).
|
||
|
|
||
|
It also provides the following enhancements:
|
||
|
|
||
|
* Better Unicode support;
|
||
|
* Tighter integration with [Esotope](https://github.com/inikulin/esotope).
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Drop-in replacement for [Acorn.js](https://github.com/acornjs/acorn).
|
||
|
|
||
|
See [Acorn.js README](https://github.com/acornjs/acorn/blob/master/acorn/README.md) for usage examples. Note that only a limited number of Acorn.js features are supported in this version.
|