Skip to content

Commit

Permalink
Remove the branch from the JS root bindings (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis authored Dec 24, 2024
1 parent 96b2846 commit cc86ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alan_compiler/src/std/root.ln
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type Js = Env{"ALAN_OUTPUT_LANG"} == "js";

// Importing the Root Scope backing implementation and supporting 3rd party libraries
type{Rs} RootBacking = Rust{"alan_std" @ "https://github.com/alantech/alan.git"};
type{Js} RootBacking = Node{"alan_std" @ "https://github.com/alantech/alan.git#js-window"};
type{Js} RootBacking = Node{"alan_std" @ "https://github.com/alantech/alan.git"};

// Defining derived types
type void = ();
Expand Down

0 comments on commit cc86ef3

Please sign in to comment.