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_empty.snap
745 B 32 lines
1--- 2source: test-package-compiler/src/generated_tests.rs 3expression: "./cases/erlang_empty" 4--- 5//// /out/lib/the_package/_gleam_artefacts/empty.cache 6<.cache binary> 7 8//// /out/lib/the_package/_gleam_artefacts/empty.cache_meta 9<69 byte binary> 10 11//// /out/lib/the_package/_gleam_artefacts/empty.erl 12-module(empty). 13-compile([no_auto_import, nowarn_ignored, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). 14 15 16 17//// /out/lib/the_package/ebin/hello_joe.app 18{application, hello_joe, [ 19 {vsn, "0.1.0"}, 20 {applications, []}, 21 {description, ""}, 22 {modules, [empty]}, 23 {registered, []} 24]}. 25 26 27//// Warning 28warning: Empty module 29 30Module 'empty' contains no public definitions. 31 32Hint: You can safely remove this module.