Skip to content

Commit

Permalink
implemebts SCSet
Browse files Browse the repository at this point in the history
- fix Array.newClear
- add Set methods
- fix SCDictionary#valueOf
- build v0.0.28
- update jscs-checker
  • Loading branch information
mohayonao committed May 14, 2014
1 parent 4137671 commit 418710b
Show file tree
Hide file tree
Showing 11 changed files with 945 additions and 103 deletions.
10 changes: 5 additions & 5 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
],
"requireRightStickedOperators": [ "!" ],
"disallowRightStickedOperators": [
"?", "*", "=", "==", "===", "!=","!==", ">", ">=", "<", "<="
"?", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="
],
"disallowSpaceAfterPrefixUnaryOperators": [ "++", "--", "+", "-", "~", "!" ],
"disallowSpaceBeforePostfixUnaryOperators": [ "++", "--" ],
"requireSpaceBeforeBinaryOperators": [
"+", "-", "*", "=", "==", "===", "!=", "!=="
],
// "requireSpaceBeforeBinaryOperators": [
// "+", "-", "*", "=", "==", "===", "!=", "!=="
// ],
"requireSpaceAfterBinaryOperators": [
"+", "-", "*", "=", "==", "===", "!=","!=="
"+", "-", "*", "=", "==", "===", "!=", "!=="
],
"validateLineBreaks": "LF",
"validateQuoteMarks": { "mark": "\"", "escape": true },
Expand Down
Loading

0 comments on commit 418710b

Please sign in to comment.