Skip to content

Instantly share code, notes, and snippets.

@csarven
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csarven/b1af825f489796f28b6d to your computer and use it in GitHub Desktop.
Save csarven/b1af825f489796f28b6d to your computer and use it in GitHub Desktop.
gulp browser output
$ uname -a
Linux nevrasc 3.13.0-51-generic #84-Ubuntu SMP Wed Apr 15 12:08:34 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ gulp -v
[18:02:30] CLI version 3.8.11
[18:02:30] Local version 3.8.11
$ gulp browser
[18:01:48] Using gulpfile /var/www/rdfstore-js/gulpfile.js
[18:01:48] Starting 'parseGrammar'...
[18:01:48] Finished 'parseGrammar' after 208 μs
[18:01:48] Starting 'clean-dist'...
[18:01:48] Finished 'clean-dist' after 342 ms
[18:01:48] Starting 'browserify'...
[18:02:02] Finished 'browserify' after 13 s
[18:02:02] Starting 'minimize'...
[18:02:05] 'minimize' errored after 3.51 s
[18:02:05] Error in plugin 'gulp-closure-library'
Message:
dist/rdfstore.js:1: WARNING - Suspicious code. The result of the 'not' operator is not being used.
!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.rdfstore=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
^
dist/rdfstore.js:4: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?
/*!
^
dist/rdfstore.js:1256: WARNING - If this if/for/while really shouldnt have a body, use {}
for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8);
^
dist/rdfstore.js:1261: WARNING - If this if/for/while really shouldnt have a body, use {}
for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8);
^
dist/rdfstore.js:1317: WARNING - If this if/for/while really shouldnt have a body, use {}
for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8);
^
dist/rdfstore.js:1321: WARNING - If this if/for/while really shouldnt have a body, use {}
for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8);
^
dist/rdfstore.js:2133: WARNING - Suspicious code. This code lacks side-effects. Is there a bug?
bc++ % 4) ? output += String.fromCharCode(255 & bs >> (-2 * bc & 6)) : 0
^
dist/rdfstore.js:2228: WARNING - Suspicious code. This code lacks side-effects. Is there a bug?
for (; up--; up) {
^
dist/rdfstore.js:5695: WARNING - If this if/for/while really shouldnt have a body, use {}
while (relPath.length && !(relative.host = relPath.shift()));
^
dist/rdfstore.js:5843: WARNING - Suspicious code. This code lacks side-effects. Is there a bug?
for (; up--; up) {
^
dist/rdfstore.js:13823: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?
/*!
^
dist/rdfstore.js:23401: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?
/*
^
dist/rdfstore.js:23602: WARNING - Parse error. Non-JSDoc comment has annotations. Did you mean to start it with '/**'?
/*
^
0 error(s), 13 warning(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment