Skip to content

Commit

Permalink
route driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Dec 22, 2019
1 parent b842b29 commit 989e749
Show file tree
Hide file tree
Showing 12 changed files with 132 additions and 56 deletions.
2 changes: 1 addition & 1 deletion packages/moon-browser/dist/moon-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Matches an identifier character.
*/
var identifierRE = /[@$\w.?]/;
var identifierRE = /[@$\w.]/;
/**
* Stores an error message, a slice of tokens associated with the error, and a
* related error for later reporting.
Expand Down
2 changes: 1 addition & 1 deletion packages/moon-browser/dist/moon-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/moon-compiler/dist/moon-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Matches an identifier character.
*/
var identifierRE = /[@$\w.?]/;
var identifierRE = /[@$\w.]/;
/**
* Stores an error message, a slice of tokens associated with the error, and a
* related error for later reporting.
Expand Down
Loading

0 comments on commit 989e749

Please sign in to comment.