···
2
2
// SPDX-FileCopyrightText: 2020 The Gleam contributors
3
3
4
4
use crate::{
5
5
+
Result,
5
6
build::{
6
6
-
module_erlang_name, package_compiler::StdlibPackage, ErlangAppCodegenConfiguration, Module,
7
7
+
ErlangAppCodegenConfiguration, Module, module_erlang_name, package_compiler::StdlibPackage,
7
8
},
8
9
config::PackageConfig,
9
10
erlang,
10
11
io::FileSystemWriter,
11
12
javascript::{self, ModuleConfig},
12
13
line_numbers::LineNumbers,
13
13
-
Result,
14
14
};
15
15
use ecow::EcoString;
16
16
use erlang::escape_atom_string;