linkedin/css-blocks

Synchronous Block Factory

chriseppstein opened this issue · 0 comments

We need to be able to load CSS Blocks synchronously. There will be a new Factory called the BlockFactorySync which implements the same API but all of the methods are synchronous. Under the covers this requires the BlockParser to support both sync and async parsing so it will provide different methods for parsing blocks based on the mode that is desired. The difference between Sync and Async loading centers around block imports and exports... all the rest of the code is synchronous.

This also requires us to create sync versions of our block importers and css preprocessors.