markty-TOML
markty-TOML copied to clipboard
:microscope: Nano implementation of TOML using Markty.
A comment on the same line of a table declaration cause the table to be ignored. ### Reproduction ```js import toml from 'markty-toml'; const someTOML = ` key = "value"...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 4.11.8 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
If a branch name contains a dot, the output is incorrect. ## Repro ```js import toml from 'markty-toml' toml(` [branch "v1.0"] remote = origin merge = refs/heads/v1.0 `) ``` Expected:...
Bumps [acorn](https://github.com/acornjs/acorn) from 3.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...