mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update bun-flavored-toml.md
This commit is contained in:
@@ -4,17 +4,7 @@
|
||||
|
||||
Bun implements a TOML parser with a few tweaks designed for better interopability with INI files and with JavaScript.
|
||||
|
||||
### `:` == `=`
|
||||
|
||||
Like `=`, `:` also assigns values to properties.
|
||||
|
||||
```toml
|
||||
# In Bun-flavored TOML, these are semantically identical
|
||||
foo = '12345'
|
||||
foo : '12345'
|
||||
```
|
||||
|
||||
### ';` == `#`
|
||||
### ; and # are comments
|
||||
|
||||
In Bun-flavored TOML, comments start with `#` or `;`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user