Class FileBuildProcess This class is used to define the build process for a file. It takes an input file and compiles it using the CodeCompiler. It then returns the compiled output and the polyfill output for the file.
| $inputFilePath | string |
| $config | Darken\Config\ConfigInterface |
| Return | Darken\Builder\OutputCompiled |
| Return | Darken\Builder\OutputPolyfill |
| Return | bool |
| $pagesConfig | Darken\Config\PagesConfigInterface |
| Return | Darken\Builder\OutputPage |
| Return | array |