Skip to content

Commit

Permalink
[Ast] Make AST-view form simpler (#2823)
Browse files Browse the repository at this point in the history
* [ast] use single page display for ast display, to avoid jumpoing back and forth

* remove target node class, to keep allow more focus on AST

* prevent jumpoing

* add menu link

* add new as well

* bump to latest tag
  • Loading branch information
TomasVotruba authored Jan 23, 2025
1 parent 3882f42 commit af935bf
Show file tree
Hide file tree
Showing 17 changed files with 379 additions and 574 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"description": "Website of getrector.com",
"require": {
"php": "^8.2",
"imagine/imagine": "^1.3.5",
"imagine/imagine": "^1.5",
"jajo/jsondb": "^3.0.1",
"laravel/framework": "^11.21",
"league/commonmark": "^2.5",
"laravel/framework": "^11.36",
"league/commonmark": "^2.6",
"livewire/livewire": "^3.5",
"nesbot/carbon": "^3.8",
"nikic/php-parser": "^5.0",
"nikic/php-parser": "^5.4",
"rector/rector": "dev-main as 2.0",
"samsonasik/array-lookup": "^1.6",
"symfony/filesystem": "^7.1",
"symfony/uid": "^7.1",
"symfony/yaml": "^7.1",
"samsonasik/array-lookup": "^1.8",
"symfony/filesystem": "^7.2",
"symfony/uid": "^7.2",
"symfony/yaml": "^7.2",
"symplify/vendor-patches": "^11.3"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.2",
"driftingly/rector-laravel": "dev-main as 2.0",
"barryvdh/laravel-ide-helper": "^3.3",
"driftingly/rector-laravel": "dev-main as 2.0.2",
"nette/robot-loader": "^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "11.4.0",
"rector/swiss-knife": "^1.0",
"symplify/easy-coding-standard": "^12.4",
"phpecs/phpecs": "^2.0",
"tomasvotruba/class-leak": "^2.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit af935bf

Please sign in to comment.