You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// define a namespace
if (typeof MyNameSpace == "undefined") {
var MyNameSpace = this.MyNameSpace = {};
}
Run without extract:
typedjs namespace.js
namespace.js: ✘
null
Done.
Due to internal error:
[TypeError: Cannot read property '0' of undefined]
Because TypedJS run_tests_on_string function does not return results array when there are no types to check; returns undefined/non return value instead. Probabaly a TypedJS bug.
trivial patch coming
The text was updated successfully, but these errors were encountered:
Run without extract:
Due to internal error:
Because TypedJS run_tests_on_string function does not return results array when there are no types to check; returns undefined/non return value instead. Probabaly a TypedJS bug.
trivial patch coming
The text was updated successfully, but these errors were encountered: