d8a86c1e0135c1d0194b20f914f806e3f741b6b532db203d7c57c1c7a2801b4adfe53959f68cf248628df7f66c416c2aa7c081b81efb3a24e0ca9c50c91215 210 B

12345678
  1. /* @flow */
  2. import { baseOptions } from './options'
  3. import { createCompiler } from 'compiler/index'
  4. const { compile, compileToFunctions } = createCompiler(baseOptions)
  5. export { compile, compileToFunctions }