BBob
BBob copied to clipboard
⚡️Blazing fast js bbcode parser, that transforms and parses bbcode to AST with plugin support in pure javascript, no dependencies
Is there any plan for TypeScript supporting?
When somehow plugin may return `null` instead of `TagNode.create`, so we need to handle this situation. Now parser stuck in infinity loop when `null` is present.
This one is best described with a picture. Input:  Expected output: 
For future HTML support parser needs to context-free tags. Example: Input `[style] [b]asdasd[/b] [/style] ` Result ` [b]asdasd[/b] `
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
### Discussed in https://github.com/JiLiZART/BBob/discussions/213 Originally posted by **bmt2604** January 5, 2024 Hello, I upgraded the package version of @bbob/react and @bbob/preset-react from 2.9.0 to 3.0.2 in my React application and...
The parser is unaware of system-dependent newlines such as CRLF (Windows) or CR (classic MacOS). My suggestion is, to document this behavior, rather than to change the whole processing. Anyone...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....