Opened 11 years ago
Closed 11 years ago
#10820 closed bug (wontfix)
Build error: node.js sys => util
Reported by: | Rick Waldron | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The "sys" module is now called "util". It should have a similar interface. Checking jQuery against JSLint... The "sys" module is now called "util". It should have a similar interface. undefined Problem at line 548 character 19: Cannot set property 'first' of undefined node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ TypeError: Cannot read property 'reason' of null at Object.<anonymous> (/Users/rick/clonez/jquery/build/jslint-check.js:24:13) at Module._compile (module.js:432:26) at Object..js (module.js:450:10) at Module.load (module.js:351:31) at Function._load (module.js:310:12) at Array.0 (module.js:470:10) at EventEmitter._tickCallback (node.js:192:40) make: *** [lint] Error 1
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → build |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This appears to be 2 issues and after fixing the first part (above), there is another very vague error. Im going to close this in favor of Mike's jshint ticket