Closed yaegassy closed 1 year ago
Sorry about that! I've pushed a 1.1.9
release with the update dependencies list π
Thanks π @JohnathonKoster
@JohnathonKoster Your active development on the blade parser (typescript and php) is truly remarkable. Thanks. π
This is unrelated to the issue at hand, but are you familiar with something called tree-sitter?
There are tree-sitters available for Twig and Django HTML (Python related), but unfortunately, there is currently no tree-sitter specifically designed for Blade...
If you were to develop tree-sitter-blade
, I believe it would become something truly remarkable. If you're interested, I suggest looking into tree-sitter.
Description
I have installed
stillat-blade-parser
and I'm using it for parsing purposes.I believe there are missing dependencies in the stillat-blade-parser package.
To execute the sample code in the README, you will need to install additional packages such as
prettier
,php-parser
,@prettier/plugin-php
,@stedi/prettier-plugin-jsonata
andjsonata
in addition to thestillat-blade-parser
package.Repro
1. Prepare
2. Code
The following is an example code of using a simple parser described in the README.
sample.ts:
3. When transpiling and running, I encounter an error.
Error: