issues
search
BinaryMuse
/
toml-node
TOML parser for Node.js and the Browser. Parses TOML v0.4.0
http://binarymuse.github.io/toml-node/
MIT License
306
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Toml parsing fails with Invalid array length on big arrays defined inside a toml
#63
lukasholzer
opened
2 years ago
0
✨ Improve type definition of `parse` function
#62
micalevisk
closed
1 year ago
2
How to write TOML files?
#61
bendavis78
opened
3 years ago
6
update changelog for 3.0.0
#60
gabor
opened
4 years ago
0
Empty String Key is parsed as "undefined"
#59
boushley
opened
4 years ago
0
Error: cannot add value of type integer to array of strings
#58
yevgenypats
closed
5 years ago
2
Toml should not add a key which is protected or private
#57
supanadit
closed
5 years ago
3
Suggestion: A new infrastructure for this Toml -> Json compiler
#56
bd82
opened
5 years ago
0
Creating all objects without prototypes breaks public API
#55
nerdbeere
closed
5 years ago
4
Create all objects without prototypes
#54
BinaryMuse
closed
5 years ago
0
Ensure keys like 'constructor' can be used
#53
BinaryMuse
closed
5 years ago
0
The word "constructor" cannot be used as a key or table name
#52
atdyer
closed
5 years ago
4
Nested table keys not supported
#51
datatypevoid
opened
5 years ago
1
Support for TOML 0.5.0?
#50
cheshirex
opened
6 years ago
1
toml-node allows escape sequences not defined in the TOML spec in double quoted strings
#49
iarna
opened
6 years ago
0
Local time not supported
#48
thisdavej
opened
6 years ago
3
Ignore accidental whitespace between backslash and newline.
#47
mk-pmb
opened
6 years ago
0
Cannot parse inline table with quoted key
#46
bungcip
opened
6 years ago
0
use offset() instead of line()/column() for issue #39
#45
felix9
opened
7 years ago
1
faster grammar for issue #39
#44
felix9
opened
7 years ago
0
add benchmarks for issue #39
#43
felix9
opened
7 years ago
0
Address performance
#42
BinaryMuse
opened
7 years ago
2
Fix #40
#41
felix9
closed
7 years ago
1
Parsing error when using different types of declarations
#40
rbokel
closed
7 years ago
2
toml parsing is too slow
#39
kuangyunsheng
opened
7 years ago
7
[Feature request] Generating toml from json?
#38
kkimdev
closed
7 years ago
6
Local date is not supported
#37
sgarciac
opened
7 years ago
0
Loose type check between Integer and Float. Both of them are the same in the javascript context.
#36
yoheiMune
opened
7 years ago
2
Allow keys to be single-quoted strings
#35
BinaryMuse
closed
7 years ago
0
toml-node don't accept single quoted key
#34
bungcip
closed
7 years ago
1
Can't parse key with '=' symbol
#33
isergey
closed
7 years ago
1
Webpack2 compatibility
#32
DanielKucal
closed
7 years ago
4
✨ Add TypeScript definition
#31
marvinroger
closed
7 years ago
4
Not possible to define Array of tables (2.3.0)
#30
coussej
closed
8 years ago
7
Wrong dates?
#29
felixsanz
closed
8 years ago
1
TOML allows large-magnitude integers that can't be represented exactly as JS numbers
#28
tomjakubowski
opened
8 years ago
5
dump api
#27
fundon
opened
8 years ago
7
Parsing error in unquoted section names
#26
h2non
closed
9 years ago
3
Redefined inline tables merge instead of failing
#25
vosen
closed
9 years ago
1
Empty inline tables fail parse
#24
vosen
closed
9 years ago
1
Empty implicit table redefinitions are allowed
#23
vosen
closed
9 years ago
1
If first line is empty, passed failed
#22
fundon
closed
9 years ago
1
PEG doesn't handle quoted key names per spec
#21
othiym23
closed
9 years ago
2
toml.parse() chokes on timestamps with both fractional times and `Z`
#20
othiym23
closed
9 years ago
1
TOML v0.4.0 Support
#19
BinaryMuse
closed
9 years ago
0
0.4.0 Spec
#18
futagoza
closed
9 years ago
4
add jshintrc
#17
stoeffel
closed
9 years ago
0
new release?
#16
matthewmueller
closed
9 years ago
2
v0.3.x compatibility?
#15
terinjokes
closed
9 years ago
2
Show which spec it parses in a way npm can show
#14
aredridel
closed
9 years ago
1
Next