benmarch / spel2js

Parse Spring Expression Language in JavaScript
Other
69 stars 19 forks source link

feat(StringLiteral): Add support for embedded quotes in string literals #1

Closed christopherthielen closed 7 years ago

christopherthielen commented 7 years ago

https://docs.spring.io/spring/docs/current/spring-framework-reference/html/expressions.html#expressions-ref-literal

Strings are delimited by single quotes. To put a single quote itself in a string, use two single quote characters.

benmarch commented 7 years ago

Thanks @christopherthielen!

benmarch commented 7 years ago

Released 0.2.3 with the changes.

christopherthielen commented 7 years ago

Nice! I have a couple more PRs I will submit next week.

One to add template parsing and one to add typescript defs

benmarch commented 7 years ago

Awesome, thank you! I'm currently working on updating the dev stack, code, and README since I haven't touched this project in a couple years.