-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate compilation for migrations to new compilation pipeline
Simplify the implementation of migrations by reusing the same compilation pipeline as the compilation interface for app code. To implement the emitting for migrations, reuse earlier implemented `mapAppFilesAndModuleTextToSupportJsonCoding`. With this new application/integration, I noticed we can simplify the implementation in and around this function, leading to refactoring to `mapAppFilesToSupportJsonCoding`: Instead of returning a function to update the module text, we now what is necessary to build (or update) that module: The names of the modules we depend on for types and the name of the generated module. Besides what is necessary for migrations, also simplify the compilation in some places.
- Loading branch information
Showing
8 changed files
with
431 additions
and
1,874 deletions.
There are no files selected for viewing
1,206 changes: 0 additions & 1,206 deletions
1,206
implement/elm-fullstack/ElmFullstack/CompileElmValueSerializer.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.