2
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Provide fallback in case env_home isn't passed More... almost 14 years ago
Merge pull request #188 from mattfysh/master More... almost 14 years ago
Handle symlinks when determining run path More... almost 14 years ago
Allow env/jsc.sh to be run from any where More... almost 14 years ago
fix bug with o.predef on main function More... about 14 years ago
add predef option as formal parameter More... about 14 years ago
Fixed styling oddities with devel and dojo More... about 14 years ago
Added an option to predefine Dojo (+AMD) globals More... about 14 years ago
Ignore trailing whitespace warning on completely empty lines More... about 14 years ago
provide more informative error from rhino wrapper More... about 14 years ago
allow global variables to be defined in the options arg More... about 14 years ago
rename rhino env script to avoid filename conflicts with other rhino adapters More... about 14 years ago
Merge pull request #173 from scarpenter/script-url More... about 14 years ago
Added "scripturl" option to allow ignoring things that look like javascript URLs. More... about 14 years ago
Merge pull request #167 from founddrama/JavaScriptCore-wrapper More... about 14 years ago
add JSC usage to the README More... about 14 years ago
+ jsc.sh - bash wrapper for env/jsc.js - takes care of the "cat trickery" for you... More... about 14 years ago
fixed an ambiguity in env/jsc.js options arg - `opts` (arg[2]) could be undefined or empty string depending on how jsc.js is invoked More... about 14 years ago
wrapper script for Apple's JavaScriptCore More... about 14 years ago
New option regexdash to allow unescaped trailing dash inside brackets More... about 14 years ago
Merge pull request #150 from psionides/master More... about 14 years ago
Merge pull request #147 from fgnass/patch-1 More... about 14 years ago
Added test for {globalstrict: true, strict:false} More... about 14 years ago
Merge pull request #151 from rixth/master More... about 14 years ago
Fix the spacing on the trailing option test More... about 14 years ago
Separate check for trailing whitespace in to its own function, along with tests. Added trailing space to whitespace fixture to ensure white: true doesn't complain about it. More... about 14 years ago
added 'lastsemic' option More... about 14 years ago
Only assume `strict` if it hasn't been explicitly set to `false`. This allows us to tolerate global "use strict" pragmas without enforcing strict mode at the same time. More... about 14 years ago
Merged pull request #126 from benblank/master. More... about 14 years ago
removed script trimming in wsh.js More... about 14 years ago