Checkpoint: working parsing
This commit is contained in:
15
verify.sh
Executable file
15
verify.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl \
|
||||
--silent \
|
||||
--data compilation_level=ADVANCED_OPTIMIZATIONS \
|
||||
--data output_format=json \
|
||||
--data output_info=errors \
|
||||
--data output_info=warnings \
|
||||
--data language=ECMASCRIPT5 \
|
||||
--data warning_level=verbose \
|
||||
--data-urlencode "js_code@recentrunes.js" \
|
||||
http://closure-compiler.appspot.com/compile
|
||||
echo
|
||||
|
||||
gjslint --strict recentrunes.js
|
||||
Reference in New Issue
Block a user