Support units of measure in JsonParse (#170)

This commit is contained in:
Patrick Stevens
2024-06-24 23:23:23 +01:00
committed by GitHub
parent db4694f6e7
commit 85929d49d5
10 changed files with 124 additions and 50 deletions

View File

@@ -46,6 +46,7 @@
<Compile Include="SynExpr\SynAttribute.fs" />
<Compile Include="SynExpr\SynModuleDecl.fs" />
<Compile Include="SynExpr\SynModuleOrNamespace.fs" />
<Compile Include="Measure.fs" />
<Compile Include="AstHelper.fs" />
<Compile Include="RemoveOptionsGenerator.fs"/>
<Compile Include="InterfaceMockGenerator.fs"/>