Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"env": {
"es6": true
},
"rules": {
"strict": 0
},
"extends": ["mongodb-js/node"]
}
174 changes: 174 additions & 0 deletions .jsfmtrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
{
"preset": "default",
"plugins": [
"esformatter-quotes",
"esformatter-semicolons",
"esformatter-braces",
"esformatter-quote-props",
"esformatter-dot-notation",
"esformatter-var-each",
"esformatter-parseint",
"esformatter-eol-last",
"esformatter-spaced-lined-comment",
"esformatter-remove-trailing-commas"
],
"quotes": {
"type": "single",
"avoidEscape": false
},
"indent": {
"value": " "
},
"whiteSpace" : {
"value" : " ",
"removeTrailing" : 1,
"before" : {
"ArrayExpressionOpening" : 0,
"ArrayExpressionClosing" : 0,
"ArrayExpressionComma" : 0,
"ArgumentComma" : 0,
"ArgumentList" : 0,
"ArgumentListArrayExpression" : 0,
"ArgumentListFunctionExpression" : 0,
"ArgumentListObjectExpression" : 0,
"AssignmentOperator" : 1,
"BinaryExpression": 0,
"BinaryExpressionOperator" : 1,
"BlockComment" : 1,
"CallExpression" : -1,
"CatchParameterList" : 0,
"CatchOpeningBrace" : 1,
"CatchClosingBrace" : 1,
"CatchKeyword" : 1,
"CommaOperator" : 0,
"ConditionalExpressionConsequent" : 1,
"ConditionalExpressionAlternate" : 1,
"DoWhileStatementOpeningBrace" : 1,
"DoWhileStatementClosingBrace" : 1,
"DoWhileStatementConditional" : 1,
"EmptyStatement" : 0,
"ExpressionClosingParentheses" : 0,
"FinallyKeyword" : -1,
"FinallyOpeningBrace" : 1,
"FinallyClosingBrace" : 1,
"ForInStatement" : 1,
"ForInStatementExpressionOpening" : 1,
"ForInStatementExpressionClosing" : 0,
"ForInStatementOpeningBrace" : 1,
"ForInStatementClosingBrace" : 1,
"ForStatement" : 1,
"ForStatementExpressionOpening" : 1,
"ForStatementExpressionClosing" : 0,
"ForStatementOpeningBrace" : 1,
"ForStatementClosingBrace" : 1,
"ForStatementSemicolon" : 0,
"FunctionDeclarationOpeningBrace" : 1,
"FunctionDeclarationClosingBrace" : 1,
"FunctionExpressionOpeningBrace" : 1,
"FunctionExpressionClosingBrace" : 1,
"IfStatementConditionalOpening" : 1,
"IfStatementConditionalClosing" : 0,
"IfStatementOpeningBrace" : 1,
"IfStatementClosingBrace" : 1,
"ElseStatementOpeningBrace" : 1,
"ElseStatementClosingBrace" : 1,
"ElseIfStatementOpeningBrace" : 1,
"ElseIfStatementClosingBrace" : 1,
"MemberExpressionClosing" : 0,
"LineComment" : 1,
"LogicalExpressionOperator" : 1,
"Property" : 1,
"PropertyValue" : 1,
"ParameterComma" : 0,
"ParameterList" : 0,
"SwitchDiscriminantOpening" : 1,
"SwitchDiscriminantClosing" : 0,
"ThrowKeyword": 1,
"TryKeyword": -1,
"TryOpeningBrace" : 1,
"TryClosingBrace" : 1,
"UnaryExpressionOperator": 0,
"VariableName" : 1,
"VariableValue" : 1,
"WhileStatementConditionalOpening" : 1,
"WhileStatementConditionalClosing" : 0,
"WhileStatementOpeningBrace" : 1,
"WhileStatementClosingBrace" : 1
},

"after" : {
"ArrayExpressionOpening" : 0,
"ArrayExpressionClosing" : 0,
"ArrayExpressionComma" : 1,
"ArgumentComma" : 1,
"ArgumentList" : 0,
"ArgumentListArrayExpression" : 0,
"ArgumentListFunctionExpression" : 0,
"ArgumentListObjectExpression" : 0,
"AssignmentOperator" : 1,
"BinaryExpression": 0,
"BinaryExpressionOperator" : 1,
"BlockComment" : 1,
"CallExpression" : 0,
"CatchParameterList" : 0,
"CatchOpeningBrace" : 1,
"CatchClosingBrace" : 1,
"CatchKeyword" : 1,
"CommaOperator" : 1,
"ConditionalExpressionConsequent" : 1,
"ConditionalExpressionTest" : 1,
"DoWhileStatementOpeningBrace" : 1,
"DoWhileStatementClosingBrace" : 1,
"DoWhileStatementBody" : 1,
"EmptyStatement" : 0,
"ExpressionOpeningParentheses" : 0,
"FinallyKeyword" : -1,
"FinallyOpeningBrace" : 1,
"FinallyClosingBrace" : 1,
"ForInStatement" : 1,
"ForInStatementExpressionOpening" : 0,
"ForInStatementExpressionClosing" : 1,
"ForInStatementOpeningBrace" : 1,
"ForInStatementClosingBrace" : 1,
"ForStatement" : 1,
"ForStatementExpressionOpening" : 0,
"ForStatementExpressionClosing" : 1,
"ForStatementClosingBrace" : 1,
"ForStatementOpeningBrace" : 1,
"ForStatementSemicolon" : 1,
"FunctionReservedWord": 0,
"FunctionName" : 0,
"FunctionExpressionOpeningBrace" : 1,
"FunctionExpressionClosingBrace" : 0,
"FunctionDeclarationOpeningBrace" : 0,
"FunctionDeclarationClosingBrace" : 0,
"IfStatementConditionalOpening" : 0,
"IfStatementConditionalClosing" : 1,
"IfStatementOpeningBrace" : 1,
"IfStatementClosingBrace" : 1,
"ElseStatementOpeningBrace" : 1,
"ElseStatementClosingBrace" : 1,
"ElseIfStatementOpeningBrace" : 1,
"ElseIfStatementClosingBrace" : 1,
"MemberExpressionOpening" : 0,
"LogicalExpressionOperator" : 1,
"ObjectExpressionClosingBrace": 0,
"PropertyName" : 0,
"PropertyValue" : 0,
"ParameterComma" : 1,
"ParameterList" : 0,
"SwitchDiscriminantOpening" : 0,
"SwitchDiscriminantClosing" : 1,
"ThrowKeyword": 1,
"TryKeyword": -1,
"TryOpeningBrace" : 1,
"TryClosingBrace" : 1,
"UnaryExpressionOperator": 0,
"VariableName" : 1,
"WhileStatementConditionalOpening" : 0,
"WhileStatementConditionalClosing" : 1,
"WhileStatementOpeningBrace" : 1,
"WhileStatementClosingBrace" : 1
}
}
}
168 changes: 2 additions & 166 deletions browser.js
Original file line number Diff line number Diff line change
@@ -1,168 +1,4 @@

/**
* This is the web browser implementation of `debug()`.
*
* Expose `debug()` as the module.
* Browserify entry point.
*/

exports = module.exports = require('./debug');
exports.log = log;
exports.formatArgs = formatArgs;
exports.save = save;
exports.load = load;
exports.useColors = useColors;
exports.storage = 'undefined' != typeof chrome
&& 'undefined' != typeof chrome.storage
? chrome.storage.local
: localstorage();

/**
* Colors.
*/

exports.colors = [
'lightseagreen',
'forestgreen',
'goldenrod',
'dodgerblue',
'darkorchid',
'crimson'
];

/**
* Currently only WebKit-based Web Inspectors, Firefox >= v31,
* and the Firebug extension (any Firefox version) are known
* to support "%c" CSS customizations.
*
* TODO: add a `localStorage` variable to explicitly enable/disable colors
*/

function useColors() {
// is webkit? http://stackoverflow.com/a/16459606/376773
return ('WebkitAppearance' in document.documentElement.style) ||
// is firebug? http://stackoverflow.com/a/398120/376773
(window.console && (console.firebug || (console.exception && console.table))) ||
// is firefox >= v31?
// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
(navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31);
}

/**
* Map %j to `JSON.stringify()`, since no Web Inspectors do that by default.
*/

exports.formatters.j = function(v) {
return JSON.stringify(v);
};


/**
* Colorize log arguments if enabled.
*
* @api public
*/

function formatArgs() {
var args = arguments;
var useColors = this.useColors;

args[0] = (useColors ? '%c' : '')
+ this.namespace
+ (useColors ? ' %c' : ' ')
+ args[0]
+ (useColors ? '%c ' : ' ')
+ '+' + exports.humanize(this.diff);

if (!useColors) return args;

var c = 'color: ' + this.color;
args = [args[0], c, 'color: inherit'].concat(Array.prototype.slice.call(args, 1));

// the final "%c" is somewhat tricky, because there could be other
// arguments passed either before or after the %c, so we need to
// figure out the correct index to insert the CSS into
var index = 0;
var lastC = 0;
args[0].replace(/%[a-z%]/g, function(match) {
if ('%%' === match) return;
index++;
if ('%c' === match) {
// we only are interested in the *last* %c
// (the user may have provided their own)
lastC = index;
}
});

args.splice(lastC, 0, c);
return args;
}

/**
* Invokes `console.log()` when available.
* No-op when `console.log` is not a "function".
*
* @api public
*/

function log() {
// this hackery is required for IE8/9, where
// the `console.log` function doesn't have 'apply'
return 'object' === typeof console
&& console.log
&& Function.prototype.apply.call(console.log, console, arguments);
}

/**
* Save `namespaces`.
*
* @param {String} namespaces
* @api private
*/

function save(namespaces) {
try {
if (null == namespaces) {
exports.storage.removeItem('debug');
} else {
exports.storage.debug = namespaces;
}
} catch(e) {}
}

/**
* Load `namespaces`.
*
* @return {String} returns the previously persisted debug modes
* @api private
*/

function load() {
var r;
try {
r = exports.storage.debug;
} catch(e) {}
return r;
}

/**
* Enable namespaces listed in `localStorage.debug` initially.
*/

exports.enable(load());

/**
* Localstorage attempts to return the localstorage.
*
* This is necessary because safari throws
* when a user disables cookies/localstorage
* and you attempt to access it.
*
* @return {LocalStorage}
* @api private
*/

function localstorage(){
try {
return window.localStorage;
} catch (e) {}
}
module.exports = require('./lib');
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
// var isRenderer = require('is-electron-renderer');
// if (isRenderer) {
module.exports = require('./browser.js');
module.exports.isRenderer = require('is-electron-renderer');
// } else {
// module.exports = require('./node.js');
// }
module.exports = require('./lib');
Loading