I have a task - parsing data of this type ("Query1" OR "Query2") AND ("Quesy3" OR "Query4")
I am using TsPeg for this. Everything worked out, but how can you use the parse()
method of library inside a Vue project?
Simply put, I need to pull out a method available in Node.js in VueJS