Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parse shorthand object property * allow ending comma * split tests, write object property parsers * implement literal property name * finish property name * implement basic method definition * async and generator methods * getter and setter * oops * wip: add source location, make AST more like ESTree * wip: update string literal tests * wip: update template elements test * wip: add source loc to template element * wip: added source location to this, updated tests * wip: add source location to array * wip: move spread into expression list item * fix: fix doc tests * wip: add source loc to object literal and property * wip: make test fixtures instead of tests in code * wip: only run on nightly * wip: run integration tests on nightly only * wip: re-add unit tests, fix integration on nightly * wip: fix broken reference links * wip: add basic ast exporter * wip: make program more like estree * wip: remove integration tests, refactor program and literals * wip: refactor this and identifier * wip: update array expression enum * wip: update object literal to estree * wip: rename ast nodes, re-order things * wip: update more ast nodes to be more like estree * wip: finish re-adding tests * wip: update readme
- Loading branch information