diff --git a/docs/v2/annotated-source/index.html b/docs/v2/annotated-source/index.html index c393f5bc82..6ae6fb95dc 100644 --- a/docs/v2/annotated-source/index.html +++ b/docs/v2/annotated-source/index.html @@ -485,6 +485,7 @@

index.coffee

module.exports.eval = CoffeeScript.eval module.exports.run = CoffeeScript.run module.exports.transpile = CoffeeScript.transpile +module.exports.patchStackTrace = CoffeeScript.patchStackTrace module.exports._compileRawFileContent = CoffeeScript._compileRawFileContent module.exports._compileFile = CoffeeScript._compileFile diff --git a/docs/v2/test.html b/docs/v2/test.html index 3fab120c17..269124010a 100644 --- a/docs/v2/test.html +++ b/docs/v2/test.html @@ -31451,6 +31451,36 @@

Another heading

].join('\n') ok new OptionParser(flags).help() is expected + +