Skip to content

Commit 8248ba8

Browse files
jbsulliForbesLindesay
authored andcommitted
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
1 parent 3750dfe commit 8248ba8

File tree

124 files changed

+39452
-11360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+39452
-11360
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
.idea
3+
.vscode
34
testing
45
node_modules
56
lib-cov

0 commit comments

Comments
 (0)