import {generateCheckDictionaryOf} from "../generator/check-dictionary-of-generator"; import * as sources from "./sources"; for (let src of sources.DICTIONARY_OF_MAYBE_RAW_SOURCES) { generateCheckDictionaryOf(src.name, src.generated); }