-
Make this work:
``` javascript
metafile({
prefix: "",
postfix: ".meta",
deleteMetaFiles: true,
parsers: {
".cson": false, // Disable
".json": true, // Enable
".yaml": "js-yaml", /…
-
Is there JSON5 support planned? If not, would you be open to a PR that adds it? We use https://github.com/rlidwka/yapm which supports `package.json5` files. The change would be simple enough, you'd ne…
-
import error as below:
```
import cson
File "/Users/..../lib/python3.4/site-packages/cson/__init__.py", line 1, in
from parser import load, loads
ImportError: cannot import name 'load'
```
M…
-
It would be convenient for the static file loader to also load yaml-files. It's easier to write yaml so this would make the life of the editors easier.
I use a gulp-task (gulp-yaml) for this now, but …
-
``` sh
> react-flexbox-grid@0.3.1 release /Users/roylee/dev/js/react-flexbox-grid
> bumped release "minor"
/Users/roylee/.nvm/versions/node/v4.2.2/lib/node_modules/bumped/node_modules/season/node_mod…
-
I've just updated the package and now I get this one and I think I am not they only one check - https://github.com/atom/atom/issues/8970
Here's a stack trace
```
SyntaxError: Syntax error on line 24…
-
Would be especially nice for error regexes:
``` cson
cmd: "jade"
args: ["index.jade", "--pretty"]
errorMatch: [
///
\w+Error
:\s (? [^:]+ )
: (? \d+ )
///
]
```
Compare:
``` jso…
-
I'm getting this error on every change after updating to 2.0.0.
```
TypeError: Cannot read property 'length' of undefined
at TextBuffer.module.exports.TextBuffer.lineLengthForRow (/Applications/A…
drzax updated
8 years ago
-
Example:
``` coffee
syntax:
identifier: /\b[a-z_][a-z_0-9]*\b/i
operator: /// ^ (
?: [-=]> # function
| [-+*/%&|^!?=]= # compound assign / compare
| >>>=? #…
phaux updated
8 years ago
-
`apm publish` throws `No package.json file found at …` when attempting to use a `package.cson` instead… Just wondering if this is intentional; and if so, how come?
I found the same question here http…