Skip to content

Commit

Permalink
Adapt internal names after renaming compilation interface to JsonConv…
Browse files Browse the repository at this point in the history
…erters

The renaming of the compilation interface to 'JsonConverters' happened earlier.
  • Loading branch information
Viir committed Aug 12, 2023
1 parent 948adb3 commit d5a1e30
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CompileElmApp
, EntryPointClass
, LocatedInSourceFiles(..)
, SourceParsedElmModule
, buildJsonCodingFunctionsForTypeAnnotation
, buildJsonConverterFunctionsForTypeAnnotation
, entryPointClassFromSetOfEquallyProcessedFunctionNames
, filePathFromElmModuleName
, findModuleByName
Expand Down Expand Up @@ -745,7 +745,7 @@ parseExposeFunctionsToAdminConfigFromDeclaration { originalSourceModules, interf
localJsonConverterFunctionFromTypeAnnotation { isDecoder } typeAnnotation =
let
converterFunctions =
buildJsonCodingFunctionsForTypeAnnotation typeAnnotation
buildJsonConverterFunctionsForTypeAnnotation typeAnnotation

nameSuffix =
if isDecoder then
Expand Down
Loading

0 comments on commit d5a1e30

Please sign in to comment.