Closed orta closed 3 years ago
I'm on side 're-use console names' with an @
Can't use errors
or error
because it's too close to @errors: 3342
. Maybe console.log
?
Can't really use anything with special chars because of the regexes to pull out compiler flags. Probably going t ooo with log, warn, error then.
This is in, I opted for error
- trade-offs be damned.
Lets say you have a code sample like:
// @logs: "Hello, world" // @warns: "Oh no" // @errors: error XYZ
// @> log "Hello world" // @> warning "Oh No" // @> error error XYZ