Update codemirror and lezer #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update-lezer-and-codemirror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like you added the build output to the repository.
The build output is for the demo page: https://lezer-parser.github.io/json/
What I mean is that it shouldn't be checked into the repository.
It's already in the repo: https://github.com/lezer-parser/json/tree/master/docs
It will break the demo page when it is removed or am I missing something?
Ah, sorry, github's diff showed this with only green dots, leading me to assume it was newly added.
I do think keeping build output in the repository is a bad idea, but I'll let @satchmorun decide how to merge this.
I agree, I will remove the build output. When @satchmorun decides to keep the build in the repo, he can add it later again.
My thinking at the time was that the
docsdirectory output was a useful thing to be able to click around to see how the thing actually worked.I'm assuming that eventually something like that will be possible on the CodeMirror docs site, which would render this (and the associated github pages site) redundant.
And the real use of it is for development anyway, so I'm happy to remove the build output and the github pages site. (NOTE: It seems to be possible to actually use a build step to build a pages site, but feels like more effort than it's worth at the moment).
All that's to say: this is good with me 👍. Thanks for the PR!