#
[AB#1782](https://dev.azure.com/fluidframework/internal/_workitems/edit/1782)
and
[AB#1818](https://dev.azure.com/fluidframework/internal/_workitems/edit/1818)
For more information about how to contribute to this repo, visit [this
page](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
## Description
###
[AB#1818](https://dev.azure.com/fluidframework/internal/_workitems/edit/1818)
Make changes to layering of `exportFile` functionality for usage at any
point in the code:
1. `createContainerAndExecute` - executes directly on container and
returns result
3. `exportFile`
- validates some inputs, executes on container, writes result to file
4. `parseBundleAndExportFile` - parses provided JS bundle, runs
`exportFile`
5. `node fluid-runner exportFile` from command line
7. Provide `IFluidFileConverter` implementation to `fluidRunner` method
###
[AB#1782](https://dev.azure.com/fluidframework/internal/_workitems/edit/1782)
Added support for binary ODSP snapshots