Some further improvements to the mapcomplete-changes theme

This commit is contained in:
Pieter Vander Vennet 2022-01-16 02:45:07 +01:00
parent 2e2a6965e7
commit 68c338e764
6 changed files with 492 additions and 28 deletions

View file

@ -21,7 +21,7 @@ export default class CreateNoteImportLayerSpec extends T {
const layer = new LayerConfig(layerPrepare.convertStrict(desugaringState, bookcases, "ImportLayerGeneratorTest:Parse bookcases"), "ImportLayerGeneratorTest: init bookcases-layer")
const generator = new CreateNoteImportLayer()
const generatedLayer = generator.convertStrict(desugaringState, layer, "ImportLayerGeneratorTest: convert")
fs.writeFileSync("bookcases-import-layer.generated.json", JSON.stringify(generatedLayer, null, " "), "utf8")
// fs.writeFileSync("bookcases-import-layer.generated.json", JSON.stringify(generatedLayer, null, " "), "utf8")
console.log(JSON.stringify(generatedLayer, null, " "))
}]
]);