1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-28 23:00:05 +01:00
HackMyResume/dist/cli
hacksalot b26799f9fc Improve JSON error handling.
Add support for detection of invalid line breaks in JSON string values.
Fixes #137. Could be improved to fetch the column number and drop the
messy grabbing of the line number from the exception message via regex,
but currently the "jsonlint" library (not to be confused with
"json-lint") only emits an error string. Since this is also the library
that drives http://jsonlint.com, we'll accept the messy regex in return
for more robust error checking when our default json-lint path fails.

All of the above only necessary because standard JSON.parse error
handling is broken in all environments. : )
2016-02-12 17:11:11 -05:00
..
analyze.hbs Introduce CoffeeScript and build step. 2016-01-25 10:34:57 -05:00
error.js Improve JSON error handling. 2016-02-12 17:11:11 -05:00
index.js Finish HackMyCore reshaping. 2016-01-29 15:23:57 -05:00
main.js Fix PEEK command. 2016-02-03 20:08:17 -05:00
msg.js Asynchrony. 2016-02-01 22:52:13 -05:00
msg.yml Improve JSON error handling. 2016-02-12 17:11:11 -05:00
out.js Cleanup and bug fixes. 2016-02-04 18:49:16 -05:00
use.txt Introduce CoffeeScript and build step. 2016-01-25 10:34:57 -05:00