alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix rebase
author
GearsDatapacks
committer
Louis Pilfold
date
1 year ago
(Mar 16, 2025, 2:11 PM UTC)
commit
2ff9783c
2ff9783cab318070ab74e7f78a3173cdfbf0af26
parent
426afb6a
426afb6a2a6e563b3112c459b091b891e4ca8126
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
compiler-core
src
language_server
tests
rename.rs
snapshots
gleam_core__language_server__tests__rename__rename_aliased_value.snap
+1
-1
compiler-core/src/language_server/tests/rename.rs
View file
Reviewed
···
1141
1141
}
1142
1142
",
1143
1143
"Wubble",
1144
1144
-
find_position_of("Wibble }").to_selection()
1144
1144
+
find_position_of("Wibble }")
1145
1145
);
1146
1146
}
+1
-1
compiler-core/src/language_server/tests/snapshots/gleam_core__language_server__tests__rename__rename_aliased_value.snap
View file
Reviewed
···
15
15
-- app.gleam
16
16
17
17
pub type Wibble { Wibble }
18
18
-
↑
18
18
+
↑▔▔▔▔▔
19
19
20
20
pub fn main() {
21
21
Wibble