-
Hey,
I noticed two issues caused by the explicit `--parser` option in prettier:
- json files fail to parse when `json-mode` is not installed, since they open in `js-mode` by default.
- Prettier h…
-
typedef t_command
{
char *path;
char **command; //optionつき
char **redirect;
t_command *next_command;
}
int main()
{
char **lex;
char *input;
t_comma…
-
Add github flavoured parser options.
-
The vpd-parser application, when used with the config option, fails to process with the provided explicit configuration file.
Issue:
when vpd-parser application used with config option, its check…
-
If all test cases specify the same `parserOptions`, then `parserOptions` should be set globally in the test file when creating the `RuleTester` to simplify the individual test cases.
Before:
```…
bmish updated
9 months ago
-
Sometimes data is dirty; add a flag to --allow-parse-errors which would skip lines which trigger a parse error in the input stream.
-
I have used the inferrinizzard VSCode extension and others. I use Prettier for languages other than SQL - but I'm no Prettier Stud, it's just another tool in my kit that's ignored until I need it ... …
-
Pymoca is choking on `Modelica/Media/Water/IF97_Utilities.mo` in MSL 4.0. The AST generation does not cover the `function_call_args` rule in the grammar:
```antlr
statement_options :
component_…
-
**Describe the bug**
Image in PDF was extracted as different sub-image files instead of single figure it should be
**Files**
[mattergen.pdf](https://github.com/user-attachments/files/16831945/mat…
-
```
$ apt-get install device-tree-compiler
$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV
$ make
$ [sudo] make install
```
When I execute `make` in the build directory, I get the foll…