This repository was archived by the owner on Jun 9, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
Add carriageReturn to simple mapper#12
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
56be421 Comment in character classes to be added
corsonknowlesa414232 Add carriage return placeholder comment
corsonknowlesb61969e Add helper methods and builder hashes for additonal RegEx character c…
corsonknowlesb176e2d Add all new character classes, clean up comments
corsonknowlesbf6416b Remove A and z character classes which are not supperted in JavaScrip…
corsonknowles1c96ab3 Modify test rules
corsonknowlescd5d7d4 Gitignore package lock and remove test package
corsonknowlesd34d499 Remove nested git file
corsonknowles6903aa7 Move rules back into place
corsonknowlesba5d26d Remove git submodule
corsonknowlesaf12154 change file encoding of new test rules
corsonknowles94127f2 Amend rules files for word and no word
corsonknowles1ceae8c Change allowed type of word boundaries
corsonknowles580d3cb Add mapper functions for word and nonword boundaries
corsonknowlesb2e10f0 Fix all new test rules, verify working
corsonknowles36f440f Hard delete package-lock
corsonknowles95e0e87 Restore .gitmodules for test
corsonknowlesbf41185 Update package.json
corsonknowlese442703 Move rules files to submodule repo
corsonknowles3c81766 remove duplicate rules files
corsonknowles8369c3e Remove only rules file duplicates
corsonknowles2a6bc57 Reactivate submodule
corsonknowles042dd46 Add vertical tab as supported JavaScript regex character, and remove …
corsonknowles637cdf8 Add support for text input of backslash
corsonknowlesa4185a3 Amend vertical tab in mbuilder and methodMatch
corsonknowles9e3e75a Add carriageReturn to simple mapper
corsonknowlesb906f13 Double escape backslashtranslation
corsonknowlesFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| node_modules | ||
| coverage | ||
| .vscode | ||
| package-lock.json |
76 changes: 74 additions & 2 deletionslib/Builder.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
14 changes: 13 additions & 1 deletionlib/Language/Helpers/methodMatch.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.