We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1741f commit 0985393Copy full SHA for 0985393
index.js
@@ -157,7 +157,7 @@ const vueCleaningRegex = /<\/*script.*>|<style[\s\S]*style>|<\/*br>/ig;
157
const vueTemplateRegex = /(<template.*>)([\s\S]*)(<\/template>)/ig;
158
const vueCommentRegex = /<\!--[\s\S]*?-->/ig;
159
const vueBindRegex = /(:\[)([\s\S]*?)(\])/ig;
160
-const vuePropRegex = /\s([.:@])([a-zA-Z]*?=)/ig;
+const vuePropRegex = /\s([.:@])([\s\S]*?=)/ig;
161
162
/**
163
* Convert a single vue file to AST
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@joernio/astgen",
3
- "version": "3.5.0",
+ "version": "3.5.1",
4
"description": "Generate JS/TS AST in json format with Babel",
5
"exports": "./index.js",
6
"keywords": [
0 commit comments