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__javascript_empty.snap
493 B 24 lines
1--- 2source: test-package-compiler/src/generated_tests.rs 3expression: "./cases/javascript_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/empty.mjs 12export {} 13 14 15//// /out/lib/the_package/gleam.mjs 16export * from "../prelude.mjs"; 17 18 19//// Warning 20warning: Empty module 21 22Module 'empty' contains no public definitions. 23 24Hint: You can safely remove this module.