> All I wanted to do was run JSLint at the command line. Surely it can't > be that hard? Yet SpiderMonkey has no I/O capabilities at all.
Maybe try compiling with -DJS_HAS_FILE_OBJECT and using the File object? --sjd;
> All I wanted to do was run JSLint at the command line. Surely it can't > be that hard? Yet SpiderMonkey has no I/O capabilities at all.
Maybe try compiling with -DJS_HAS_FILE_OBJECT and using the File object? --sjd;