jsxer
jsxer copied to clipboard
added indented ast-node-printer
Addresses: #42
awesome, I'll check this out later today!
Nice work. Can we add a CLI flag that enables this?
Nice work. Can we add a CLI flag that enables this?
Yeah. I'm integrating a new cli parser to make the cli easier to use. We can roll it out with that change.
BTW, if you got the reference file for #82 mail me.
I'll get those files to you asap
Nice work. Can we add a CLI flag that enables this?
DONE!
awesome! I'll check this out!
So I did a checkout and it doesn't give me the --ast
or --verbose
options. did you commit those yet?
So I did a checkout and it doesn't give me the
--ast
or--verbose
options. did you commit those yet?
yes. lemme double check it
Yes i am.
I'm an idiot and forgot to git pull
haha. my bad
I'm an idiot and forgot to
git pull
haha. my bad
pull again. pushed some more changes.
Looks like there is a circular dependency between jsxer.h/cpp
(depends on Reader
from reader.h/cpp
, which depends on Options
from jsxer.h/cpp
)