diff options
author | Ian Bicking <ian@ianbicking.org> | 2005-06-14 16:08:30 +0000 |
---|---|---|
committer | Ian Bicking <ian@ianbicking.org> | 2005-06-14 16:08:30 +0000 |
commit | a0d15632b60ebce78772f487d05ddf73b718ccf7 (patch) | |
tree | 57c9bd1cb2fa0a659314e9b06efb2f942324b2d5 /docs | |
parent | 18ef31c6ff137adf5541773942ef52f380621fa3 (diff) | |
download | paste-git-a0d15632b60ebce78772f487d05ddf73b718ccf7.tar.gz |
Noted Javascript lint
Diffstat (limited to 'docs')
-rw-r--r-- | docs/roadmap.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt index 4b0345a..bbfbbdd 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -101,7 +101,11 @@ Blue-sky ~~~~~~~~ * Validate Javascript...? An anal Javascript parser would be really - cool. + cool. Maybe use http://www.crockford.com/javascript/lint.html -- + the interesting part is including the output of the lint in pages + that include the Javascript. Since the lint program itself is + written in Javascript, this is mostly a figure-it-out task, not a + server infrastructure task. paste.exceptions ---------------- |