We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To reproduce:
jake clean
jake runtests t=navigationBarItemsFunctions lint=false
navigationBar.ts
this won't compile
if (1) throw new Error();
getNavigationBarItems
The problem appears to be fixed in the gulp version already.
To reproduce:
jake cleanjake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.navigationBar.tsand addthis won't compileto the top of the file.jake runtests t=navigationBarItemsFunctions lint=false: Compilation fails.navigationBar.ts, remove the previous change, and addif (1) throw new Error();to the top ofgetNavigationBarItems.jake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.jake cleanjake runtests t=navigationBarItemsFunctions lint=false: The test fails.The problem appears to be fixed in the gulp version already.