18
I Use This!
Very Low Activity

Commits : Listings

Analyzed 35 minutes ago. based on code collected about 11 hours ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Provide fallback in case env_home isn't passed More... almost 13 years ago
Merge pull request #188 from mattfysh/master More... almost 13 years ago
Handle symlinks when determining run path More... almost 13 years ago
Allow env/jsc.sh to be run from any where More... almost 13 years ago
fix bug with o.predef on main function More... almost 13 years ago
add predef option as formal parameter More... almost 13 years ago
Fixed styling oddities with devel and dojo More... almost 13 years ago
Added an option to predefine Dojo (+AMD) globals More... almost 13 years ago
Ignore trailing whitespace warning on completely empty lines More... almost 13 years ago
provide more informative error from rhino wrapper More... almost 13 years ago
allow global variables to be defined in the options arg More... almost 13 years ago
rename rhino env script to avoid filename conflicts with other rhino adapters More... almost 13 years ago
Merge pull request #173 from scarpenter/script-url More... almost 13 years ago
Added "scripturl" option to allow ignoring things that look like javascript URLs. More... almost 13 years ago
Merge pull request #167 from founddrama/JavaScriptCore-wrapper More... almost 13 years ago
add JSC usage to the README More... almost 13 years ago
+ jsc.sh - bash wrapper for env/jsc.js - takes care of the "cat trickery" for you... More... almost 13 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... almost 13 years ago
wrapper script for Apple's JavaScriptCore More... almost 13 years ago
New option regexdash to allow unescaped trailing dash inside brackets More... about 13 years ago
Merge pull request #150 from psionides/master More... about 13 years ago
Merge pull request #147 from fgnass/patch-1 More... about 13 years ago
Added test for {globalstrict: true, strict:false} More... about 13 years ago
Merge pull request #151 from rixth/master More... about 13 years ago
Fix the spacing on the trailing option test More... about 13 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 13 years ago
added 'lastsemic' option More... about 13 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 13 years ago
Merged pull request #126 from benblank/master. More... about 13 years ago
removed script trimming in wsh.js More... about 13 years ago