Today I have found the solution to an issue I have been wrestling with for a while, which was that for certain MD2 files no mesh would be parsed, only a VertexAnimator.
I finally fixed this by moving line 195 of MD2Parser.as to line 185, before the method returns true.
This fix ensures that parsing can never complete without returning a mesh and has nicely solved my problem.