j-toml icon indicating copy to clipboard operation
j-toml copied to clipboard

A Node.js implementation of TOML written by LongTengDao. Belong to "Plan J"./龙腾道为汤小明语写的 Node.js 实现。从属于“简计划”。

Results 4 j-toml issues
Sort by recently updated
recently updated
newest added

I have read in the documentation that that parsing and handling comments is one of the "sore points". Specifically, it seems your library only parses and allows for inline comments,...

enhancement

I try to `stringify` the readme example and then `parse` it and it returns an error. Am I doing it wrong? # Script ```javascript import TOML from "@ltd/j-toml"; const test...

enhancement
question

Please, make it possible to fork your code, change it and build it. Using module bundler with plugins is ok but using a modified bundler makes it uneasy to verify...

enhancement

The `parse` method produces objects with a strange prototype. Rather than leaving it at `Object.prototype` (the default) or using `null` (mostly better), the objects get an indirect prototype, an object...

enhancement
help wanted