@rightcapital/phpdoc-parser 0.4.2--.392.1.0 → 0.4.2--.396.1.0
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 +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Next-gen PHPDoc parser with support for intersection types and generics(TypeScri
|
|
|
15
15
|
|
|
16
16
|
This parser is inspired by the PHPStan's phpdoc-parser library: https://github.com/phpstan/phpdoc-parser
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
This library `@rightcapital/phpdoc-parser` represents PHPDocs with an AST (Abstract Syntax Tree). It supports parsing and modifying PHPDocs by using `TypeScript`/`JavaScript`.
|
|
19
19
|
|
|
20
20
|
For the complete list of supported PHPDoc features check out PHPStan documentation.
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/phpdoc-parser",
|
|
3
|
-
"version": "0.4.2-.
|
|
3
|
+
"version": "0.4.2-.396.1.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"PHP",
|
|
6
6
|
"PHPDoc",
|
|
@@ -28,23 +28,23 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "7.
|
|
32
|
-
"@babel/preset-env": "7.
|
|
31
|
+
"@babel/core": "7.23.9",
|
|
32
|
+
"@babel/preset-env": "7.23.9",
|
|
33
33
|
"@babel/preset-typescript": "7.23.3",
|
|
34
|
-
"@commitlint/cli": "19.0.
|
|
35
|
-
"@commitlint/config-conventional": "19.0.
|
|
36
|
-
"@commitlint/cz-commitlint": "19.0.
|
|
37
|
-
"@rightcapital/eslint-config-javascript": "20.
|
|
38
|
-
"@rightcapital/eslint-config-typescript": "20.
|
|
39
|
-
"@rightcapital/prettier-config": "6.0.
|
|
34
|
+
"@commitlint/cli": "19.0.0",
|
|
35
|
+
"@commitlint/config-conventional": "19.0.0",
|
|
36
|
+
"@commitlint/cz-commitlint": "19.0.0",
|
|
37
|
+
"@rightcapital/eslint-config-javascript": "20.0.0",
|
|
38
|
+
"@rightcapital/eslint-config-typescript": "20.0.0",
|
|
39
|
+
"@rightcapital/prettier-config": "6.0.13",
|
|
40
40
|
"@types/lodash": "4.14.202",
|
|
41
|
-
"beachball": "2.
|
|
41
|
+
"beachball": "2.39.0",
|
|
42
42
|
"commitizen": "4.3.0",
|
|
43
|
-
"eslint": "8.
|
|
43
|
+
"eslint": "8.56.0",
|
|
44
44
|
"husky": "9.0.11",
|
|
45
45
|
"inquirer": "9.2.15",
|
|
46
46
|
"prettier": "3.2.5",
|
|
47
|
-
"vitest": "1.3.
|
|
47
|
+
"vitest": "1.3.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@types/node": "20.11.25",
|