What steps will reproduce the problem?
1. create a .proto files which contains one or more enums, but no messages.
2. protoc !
What is the expected output? What do you see instead?
one expects an .as file for each enum, but instead one gets nothing.
if you add a message of any sort, then the enum.as files are indeed emitted.