@markuplint/php-parser 4.0.0-alpha.7 → 4.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -53,13 +53,3 @@ If it doesn't nest by quotations.
|
|
|
53
53
|
<div attr=<?php echo value; ?>></div>
|
|
54
54
|
```
|
|
55
55
|
<!-- prettier-ignore-end -->
|
|
56
|
-
|
|
57
|
-
If it mixes the tags and spaces.
|
|
58
|
-
|
|
59
|
-
```html
|
|
60
|
-
<div attr=" <?php echo value; ?> "></div>
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
```html
|
|
64
|
-
<div attr="<?php echo value; ?> <?php echo value2; ?>"></div>
|
|
65
|
-
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/php-parser",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.9",
|
|
4
4
|
"description": "PHP parser for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"clean": "tsc --build --clean"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/html-parser": "4.0.0-alpha.
|
|
25
|
-
"@markuplint/ml-ast": "4.0.0-alpha.
|
|
26
|
-
"@markuplint/parser-utils": "4.0.0-alpha.
|
|
24
|
+
"@markuplint/html-parser": "4.0.0-alpha.9",
|
|
25
|
+
"@markuplint/ml-ast": "4.0.0-alpha.9",
|
|
26
|
+
"@markuplint/parser-utils": "4.0.0-alpha.9"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c86b754700aaf61b561a64dbd0c87424e772f619"
|
|
29
29
|
}
|