That specific syntax isn't supported, but stealing a file and getting its reference as an object is the main use of steal. You have to use an asynchronous callback:
- steal('js/controllers/HomeController.js', function(HomeController) {
- var hc = new HomeController();
- // etc
- });