龙腾道

Results 51 comments of 龙腾道

> cross this bug as well. Thanks @LongTengDao for the fix. Any chance this can be merged? I think @ForbesLindesay is busy, I'm waiting for his time.

It seems that field definition parsing is not supported standardly yet.

class field definition is stage 4 now, which is supported in acorn 8.2.0 and acorn-walk 8.1.0, so I reopen this pr.

mark: the class static block also need to add after this done.

@aheckmann Hi~

Yes, of cause I also want to support over-line, "island" and multi-line comments. The main difficulty I meet, is that there seems no good way to describe which does a...

I think I need to confirm your final need about comment. Firstly, `@ltd/j-toml` support any valid comment parsing; problem is how to remain it when stringify. Here are two main...

```toml # overall # a # a.a a.a = 1 # a.b a.b.x = 1 a.b.y = 1 #a.b.z = 1 ``` ``` { [commentsInThis]: [ [' overall'], [' a','...

@meyverick Sorry for replying late. `TOML.stringify` returns an array of strings, if there is no `options.newline`, because the lib doesn't know use what to join lines. See the docs: 1....

**To help users to notice that `TOML.stringify` WON'T return string while there is no option `newline`, currently I don't add the feature that supporting parsing array of lines, and I...