Tags: ColinEberhardt/assemblyscript-regex
Toggle v1.6.4's commit message
fix: also include 'main' module entry point
This keeps the TypeScript compiler happy as well as the AssemblyScript compiler
Toggle v1.6.3's commit message
fix: make globals static so that they don't pollute downstream librar…
…ies (#42 )
Also reorganized top level `let`s into static variables.
Toggle v1.6.2's commit message
fix: repetition nodes were not allowing the walker to visit their chi…
…ld nodes
Toggle v1.6.1's commit message
fix: throw an explicit error when there is nothing to repeat
Toggle v1.6.0's commit message
feat: implemented non-capturing groups
Toggle v1.5.0's commit message
feat: supports multi-line regex
Toggle v1.4.1's commit message
fix: fixed small bug with case insensitive range matching
Toggle v1.4.0's commit message
feat: upgraded to AssemblyScript v0.18
Toggle v1.3.1's commit message
fix: capture groups with quantifiers are not repeated
fixes: 31
Toggle v1.3.0's commit message
fix: harmonise TS and AS execution
ref #17
You can’t perform that action at this time.