Renamed parserFile to getModelFolderContents

This commit is contained in:
Alexander Cerutti
2021-10-14 18:20:43 +02:00
parent 5ce12fda91
commit 7879a32dc1
2 changed files with 3 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
import FieldsArray from "./FieldsArray";
import Bundle, { filesSymbol } from "./Bundle";
import getModelFolderContents from "./getModelFolderContents";
import * as Schemas from "./schemas";
import * as Signature from "./Signature";
import * as Strings from "./StringsUtils";
import { getModelFolderContents } from "./parser";
import { Stream } from "stream";
import { processDate } from "./utils";