Skip to content

Automatic reparsing

Compare
Choose a tag to compare
@felipeochoa felipeochoa released this 28 Sep 08:51
· 60 commits to master since this release

Some of the magic commands in rjsx requires a parse tree to work and will silently fall back to non-magic if there's no parse yet (#48). This release adds more frequent parsing for buffers below a certain size. This limit is configurable via rjsx-max-size-for-frequent-reparse (default 100K characters); set it 0 to keep the old behavior.