aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/js/extension.lux
blob: 71739bfc9290cee13e20bb746ef3ecc763c22a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(.module:
  [lux #*
   [data
    [collection
     ["." dictionary]]]]
  [//
   [runtime (#+ Bundle)]]
  [/
   ["." common]
   ["." host]])

(def: #export bundle
  Bundle
  (dictionary.merge common.bundle
                    host.bundle))