videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
384 stars 257 forks source link

refactor: Add internal registration system for states to work around circular dependency issues. #461

Closed brandonocasey closed 5 years ago

brandonocasey commented 5 years ago

Currently there is a circular dependency issue that locks this repository to an old version of rollup, and thus an old version of the generator. This pull request seeks to remedy that. I implemented a registration system similar to what we have for Components in Video.js, but it will be for States here.