Skip to content

Conversation

@mosesag0813
Copy link
Member

No description provided.

console.warn("Package is eval & UNDEFINED");
}
}
setup = function(){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'setup' is not defined.

components = false;
console.error("Error 109:Invalid Parse Code Package").send("usr/computer");
} else {
console.warn("Package is eval & UNDEFINED");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'console' is not defined.

}
if(!pkges === "invalid Comet Package"){
components = false;
console.error("Error 109:Invalid Parse Code Package").send("usr/computer");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'console' is not defined.

var developJS = require("comet");
var pkg = require(../packages);
var components;
experimentPackage = function(pkges){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'experimentPackage' is not defined.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'require' is not defined.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'require' is not defined.

}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

}
}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.
'console' is not defined.

} else {
console.warn("Package is eval & UNDEFINED");
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

pkges.parse("components");
pkges.compile("Comet Package").find("/bin");
}
if(!pkges === "invalid Comet Package"){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confusing use of '!'.

if(pkges === true){
experimentJS(pkges).developJS("Comet Packages");
developJS(pkgs&&experimentJS(pkg("comet"+pkges+"/").send("New Comet Package")));
pkg.find(pkges.send(developJS(pkges).experimentJS("Send debug info")&&pkg.call("New Package"+"to"+"destination")));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

experimentPackage = function(pkges){
if(pkges === true){
experimentJS(pkges).developJS("Comet Packages");
developJS(pkgs&&experimentJS(pkg("comet"+pkges+"/").send("New Comet Package")));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.
'pkgs' is not defined.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");
var pkg = require(../packages);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an identifier and instead saw '.'.
Expected an operator and instead saw '.'.
Expected an operator and instead saw '/'.
Expected ')' and instead saw 'packages'.
Missing semicolon.
Expected an identifier and instead saw ')'.
Expected an assignment or function call and instead saw an expression.
'require' is not defined.

}
try(err){
errNum.resolve(err);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrecoverable syntax error. (81% scanned).

throw(err){
err.print("Error" + errNum.random('100'));
}
try(err){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected '{' and instead saw '('.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.
Expected 'catch' and instead saw '{'.

Copy link
Member Author

@mosesag0813 mosesag0813 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -0,0 +1,10 @@
var error = (function{
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add pths

}
try(err){
errNum.resolve(err);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrecoverable syntax error. (83% scanned).

throw(err){
err.print("Error" + errNum.random('100'));
}
try(err){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected '{' and instead saw '('.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.
Expected 'catch' and instead saw '{'.

var err = require('error');

throw(err){
err.print("Error" + errNum.random('100'));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixed double and single quotes.

var errNum = [100-299];
var err = require('error');

throw(err){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected ')' to match '(' from line 1 and instead saw 'throw'.
Missing semicolon.

@@ -0,0 +1,11 @@
error = (function)({
var errNum = [100-299];
var err = require('error');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'function closure expressions' is only available in Mozilla JavaScript extensions (use moz option).
Expected an identifier and instead saw ';'.

@@ -0,0 +1,11 @@
error = (function)({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected '(' and instead saw ')'.
Expected an identifier and instead saw '('.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants