Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test-package-compiler / src / snapshots / test_package_compiler__generated_tests__erlang_nested.snap
760 B 30 lines
1--- 2source: test-package-compiler/src/generated_tests.rs 3expression: "./cases/erlang_nested" 4--- 5//// /out/lib/the_package/_gleam_artefacts/one@two.cache 6<.cache binary> 7 8//// /out/lib/the_package/_gleam_artefacts/one@two.cache_meta 9<77 byte binary> 10 11//// /out/lib/the_package/_gleam_artefacts/one@two.erl 12-module(one@two). 13-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). 14-define(FILEPATH, "src/one/two.gleam"). 15-export([main/0]). 16 17-file("src/one/two.gleam", 4). 18-spec main() -> binary(). 19main() -> 20 <<"Hi there"/utf8>>. 21 22 23//// /out/lib/the_package/ebin/importy.app 24{application, importy, [ 25 {vsn, "0.1.0"}, 26 {applications, []}, 27 {description, ""}, 28 {modules, [one@two]}, 29 {registered, []} 30]}.