We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f43d1 commit c45e33aCopy full SHA for c45e33a
src/utils/yaml.ts
@@ -1,9 +1,9 @@
1
// @ts-nocheck
2
// TODO: remove ts-nocheck
3
-import fs from "fs";
4
-import yaml from "js-yaml";
5
-import lodash from "lodash";
6
-import path from "path";
+import * as fs from "fs";
+import * as yaml from "js-yaml";
+import * as lodash from "lodash";
+import * as path from "path";
7
8
import { esseSchema, JSONSchemasInterface } from "../JSONSchemasInterface";
9
import { safeMakeArray } from "./array";
0 commit comments