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
remove useless line
author
Giacomo Cavalieri
committer
Louis Pilfold
date
5 months ago
(Jan 28, 2026, 7:58 PM UTC)
commit
6bfbb5d4
6bfbb5d4c946f83c27f93380878fcf9cb68ca4bc
parent
fd8bbc63
fd8bbc63ee26c257276b5ebeaf6f758aeb061e5c
change-id
xzlqzxzp
xzlqzxzpswmrnzntxtznyprotpsvqzwo
-1
1 changed file
Expand all
Collapse all
Unified
Split
compiler-core
src
javascript
decision.rs
-1
compiler-core/src/javascript/decision.rs
View file
Reviewed
···
669
669
expression_generator: &mut Generator<'_, 'a>,
670
670
pattern: &'a TypedPattern,
671
671
) -> Document<'a> {
672
672
-
let _ = pattern;
673
672
let scope_position = expression_generator.scope_position.clone();
674
673
let mut variables = Variables::new(expression_generator, VariableAssignment::Reassign);
675
674