@markuplint/php-parser 4.0.0-alpha.7 → 4.0.0-alpha.8

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. 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.7",
3
+ "version": "4.0.0-alpha.8",
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.7",
25
- "@markuplint/ml-ast": "4.0.0-alpha.7",
26
- "@markuplint/parser-utils": "4.0.0-alpha.7"
24
+ "@markuplint/html-parser": "4.0.0-alpha.8",
25
+ "@markuplint/ml-ast": "4.0.0-alpha.8",
26
+ "@markuplint/parser-utils": "4.0.0-alpha.8"
27
27
  },
28
- "gitHead": "571129bf6498541125e1e7c3907d5ed9af53459a"
28
+ "gitHead": "5bcd25f13ff804af0d09aaabd87e495af668e6a8"
29
29
  }