Safe Haskell | None |
---|---|
Language | Haskell2010 |
A Shakespearean module for Babel
- newtype BabelArgs = BabelArgs [String]
- babelSettings :: Q ShakespeareSettings
- babelSettingsWithArgs :: BabelArgs -> Q ShakespeareSettings
- babelExePath :: IO FilePath
- babel :: QuasiQuoter
- babelWithArgs :: BabelArgs -> QuasiQuoter
- babelFile :: FilePath -> Q Exp
- babelFileWithArgs :: BabelArgs -> FilePath -> Q Exp
- babelFileReload :: FilePath -> Q Exp
- babelFileReloadWithArgs :: BabelArgs -> FilePath -> Q Exp
Documentation
babelSettings :: Q ShakespeareSettings Source
es2015 compiles down to Javascript
Read inline
babelFileReload :: FilePath -> Q Exp Source
Read in a es2015 file when develop