-
JSON is lame enough that it doesn't support comments. The only thing that makes for a bit better readability are empty lines. So I often group properties in my configuration files – like this:
``` js…
-
To reproduce:
1. At the beginning of an existing line with a JSX component (or on a blank line), type ``
2. Go to end of line and type `
-
After installing latest update, sccs to css fails. Returning to version 2.5.1 will fix issue.
Css preview pane shows
/*
Compilation Error occurred (see error list to navigate to the error location)…
-
So I was hunting down a bug, finally found the culprit:
Testcase ready to go:
``` js
cp = require("cson-parser")
assert = require("assert")
// String with regex and new line character
test = '/…
DomiR updated
9 years ago
-
If you use backticks (`) to escape raw JavaScript in your Coffeescript file, it seems to break the syntax highlighting / parsing.
The following line causes this:
``` coffee
`import Foo from 'bar'`
`…
-
It seems to me there is an issue with the parser, but maybe it is my fault, not 100% sure.
If I try to parse
[
name: 'something'
attribute: 'foo'
,
name: 'somethign else'
attribute: 'bar'
]
…
-
I attempted to build this package on Arch Linux (my daily desktop) without success. The installation fails to compile the native code associated with chromium-pickle@0.1.4, which hasn't been updated s…
-
Since one of CSON’s main selling points is that of a readable alternative to JSON, many people will be writing in CSON, and converting to JSON for use with other code. If something happens in that ge…
-
JSON suffered from being too tied to the JavaScript programming language early on. I suggest a document describing the format being parsed, so that other interoperable implementations can be built. …
-
gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.2
gyp info using node@1.0.1 | darwin | x64
gyp http GET http://nodejs.org/dist/v1.0.1/node-v1.0.1.tar.gz
gyp http 404 http://nodejs.or…