Isolate babel modules in a `babelpkg` dir.
This commit is contained in:
parent
4d8d3cb7b3
commit
9dcc28f9d3
7 changed files with 3 additions and 3 deletions
|
|
@ -9,4 +9,4 @@ bin = "babel"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
|
|
||||||
[Deps]
|
[Deps]
|
||||||
Requires: "nimrod >= 0.9.2"
|
Requires: "nimrod >= 0.9.3"
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
# BSD License. Look at license.txt for more info.
|
# BSD License. Look at license.txt for more info.
|
||||||
|
|
||||||
import httpclient, parseopt, os, strutils, osproc, pegs, tables, parseutils,
|
import httpclient, parseopt, os, strutils, osproc, pegs, tables, parseutils,
|
||||||
strtabs, json
|
strtabs, json, algorithm
|
||||||
|
|
||||||
import packageinfo, version, common, tools, download, algorithm
|
import babelpkg/packageinfo, babelpkg/version, babelpkg/common, babelpkg/tools, babelpkg/download
|
||||||
|
|
||||||
type
|
type
|
||||||
TOptions = object
|
TOptions = object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue