File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010--
1111-- | Bundles compiled PureScript modules for the browser.
1212--
13+ -- This module takes as input the individual generated modules from 'Language.PureScript.Make' and
14+ -- performs dead code elimination, filters empty modules,
15+ -- and generates the final Javascript bundle.
1316-----------------------------------------------------------------------------
1417
1518{-# LANGUAGE PatternGuards #-}
1821{-# LANGUAGE TupleSections #-}
1922{-# LANGUAGE RecordWildCards #-}
2023
21- -- | Bundle javascript for use in the browser.
22- --
23- -- This module takes as input the individual generated modules from 'Language.PureScript.Make' and
24- -- performs dead code elimination, filters empty modules,
25- -- and generates the final Javascript bundle.
2624module Language.PureScript.Bundle (
2725 bundle
2826 , ModuleIdentifier (.. )
You can’t perform that action at this time.
0 commit comments