Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pug-lexer
loc
with source endings (#2957)
* Ignore VSCode files * Use `loc` on lexer tokens to store source location information * Update pug-parser and pug to use new `loc` attribute on tokens * Update parser test cases to have new `loc` attribute on tokens * New lexer snapshots * New parser snapshots * PR review changes - remove no-ops - rename `attributeName` to `attribute` - attributeName no longer takes a tok and returns a reponse object - minor cleanup
- Loading branch information