Modify ↓
Ticket #10820 (closed bug: wontfix)
Build error: node.js sys => util
| Reported by: | rwaldron | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | build | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 18 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to build
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
