• Dave Hoover's avatar
    Small optimization · 1203af74
    Dave Hoover authored
    Currently the `importRegex` doesn't match unless there is exactly one space between `import` and `"file.sol"`. If someone put two+ spaces (or zero spaces) between `import` and `"file.sol"`, then the files have to be compiled twice.
    1203af74
app.js 30.7 KB