Skip to content

Commit

Permalink
Handle more types of imports and exports (#366)
Browse files Browse the repository at this point in the history
* wip

* handle more types of imports and exports
  • Loading branch information
kevinbarabash authored Sep 15, 2024
1 parent 019e4d9 commit bc08e88
Show file tree
Hide file tree
Showing 13 changed files with 1,147 additions and 145 deletions.
7 changes: 7 additions & 0 deletions escalier.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Escalier.Compiler.Tests", "
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Escalier.Playground", "src\Escalier.Playground\Escalier.Playground.fsproj", "{66C30E64-D996-47F3-BE38-FE0413488C37}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Escalier.GraphQL", "src\Escalier.GraphQL\Escalier.GraphQL.fsproj", "{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -92,6 +94,10 @@ Global
{66C30E64-D996-47F3-BE38-FE0413488C37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66C30E64-D996-47F3-BE38-FE0413488C37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66C30E64-D996-47F3-BE38-FE0413488C37}.Release|Any CPU.Build.0 = Release|Any CPU
{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECDE29DB-D373-48EF-AAFB-5E74CC122047} = {5AD00356-5D98-4E4F-90BC-6240E4AAF017}
Expand All @@ -107,5 +113,6 @@ Global
{475E1222-521A-47EC-B92A-09804AD8744E} = {5AD00356-5D98-4E4F-90BC-6240E4AAF017}
{B8465F05-8A95-4AEE-8C55-0CB686CBD714} = {5AD00356-5D98-4E4F-90BC-6240E4AAF017}
{66C30E64-D996-47F3-BE38-FE0413488C37} = {5AD00356-5D98-4E4F-90BC-6240E4AAF017}
{5A9A2F15-3D6E-4DC1-A772-0BA009380BA8} = {5AD00356-5D98-4E4F-90BC-6240E4AAF017}
EndGlobalSection
EndGlobal
Loading

0 comments on commit bc08e88

Please sign in to comment.