We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca403a commit c7c2db4Copy full SHA for c7c2db4
src/Fable.Python.fsproj
@@ -10,13 +10,14 @@
10
</PropertyGroup>
11
<ItemGroup>
12
<Compile Include="stdlib/Ast.fs" />
13
+ <Compile Include="stdlib/Base64.fs" />
14
<Compile Include="stdlib/Builtins.fs" />
15
<Compile Include="stdlib/Json.fs" />
16
<Compile Include="stdlib/Html.fs" />
- <Compile Include="stdlib/Base64.fs" />
17
<Compile Include="stdlib/Math.fs" />
18
<Compile Include="stdlib/Os.fs" />
19
<Compile Include="stdlib/Queue.fs" />
20
+ <Compile Include="stdlib/String.fs" />
21
<Compile Include="stdlib/Sys.fs" />
22
<Compile Include="stdlib/Time.fs" />
23
<Compile Include="stdlib/TkInter.fs" />
0 commit comments