eclipsesource / eclipsesource/tabris-js
console.log statements should apply same formatting as browser
Open
feature
js
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
Log statements apply spaces inside curly brackets when printing js objects.

### Expected behavior
Spaces should not be applied inside curly brackets similarly to the browsers log statments.

### Environment
- Tabris.js version: nightly (2.1 with updated console print functionality)
### Code snippet
```javascript
console.log({hello: 'world'});
```
Contributor guide
Assessment
This issue has not been assessed yet.