Kenny F.
Kenny F.
the whole point with kataw is not to depend 3rd libs in the end. deprecating isn't an option
@aladdin-add Can you finish this PR? It's 99% complete, but I'm not 100% confident with ESLint internals. At least you got your custom rules now. Need to optimize and tweak...
It's not a CLI, but loading config file and linter rules. The performance is horrible. It take near 157 ms to load while a simple parser load take 9 ms....
Ideal if this could be re-written to use some kind of parallel processing and lazy loading, but I haven't used many of the NodejS I/O methods for years so I'm...
@aladdin-add friendly ping
The code is to get the config file. Will it not be an issue if we put it in another package to get the linter rules that the compiler needs?...
I'm less active now do to RL and I'm also experimenting with incremental parsing that will be part of the CLI
Ok. Can you remove from "index.ts" and move to a more propriate place and load from binary as in ESLint?
@aladdin-add any progress on this? I managed to get incremental parsing working. Need to add an CLI option for it.
@aladdin-add Not sure if there is a point in mention this in the documentation, but Kataw threats keywords differently. For example this case `let for`. In this case the `for`...