File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 ]
1616 },
1717 "fable-py" : {
18- "version" : " 4.0.0-alpha-013 " ,
18+ "version" : " 4.0.0-alpha-014 " ,
1919 "commands" : [
2020 " fable-py"
2121 ]
Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ match card with
239239<!-- The indentation/format used has been chosen so the code is displayed
240240without scrollbar on almost any screen size -->
241241``` fsharp
242- // JS promises made easy
243- promise {
242+ // Python async made easy
243+ task {
244244 let! res = Fetch.fetch url []
245245 let! txt = res.text()
246246 return txt.Length
@@ -448,7 +448,6 @@ async {
448448 });
449449
450450 if (isReady) {
451-
452451 const fableMainHeader = document .querySelector (" #fable-main-header" );
453452 fableMainHeader .classList .add (" is-8-desktop" );
454453 fableMainHeader .classList .remove (" is-offset-2-desktop" );
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111 <ItemGroup >
1212 <PackageReference Include =" Fable.Python" Version =" 0.16.0" />
13- <PackageReference Include =" Fable.Core.Experimental" Version =" 4.0.0-alpha-010 " />
13+ <PackageReference Include =" Fable.Core.Experimental" Version =" 4.0.0-alpha-014 " />
1414 <PackageReference Include =" FSharp.Control.AsyncRx" Version =" 1.6.0" />
1515 </ItemGroup >
1616 </Project >
You can’t perform that action at this time.
0 commit comments