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 8bb35f7 commit 1a5e457Copy full SHA for 1a5e457
src/util/file-system.ts
@@ -2,20 +2,7 @@ import * as fs from "node:fs";
2
import * as path from "node:path";
3
import * as url from "node:url";
4
import { consola } from "consola";
5
-
6
-const FILE_PREFIX = `/* eslint-disable */
7
-/* tslint:disable */
8
-// @ts-nocheck
9
-/*
10
- * ---------------------------------------------------------------
11
- * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
12
- * ## ##
13
- * ## AUTHOR: acacode ##
14
- * ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
15
16
- */
17
18
-`;
+import { FILE_PREFIX } from "../constants.js";
19
20
export class FileSystem {
21
getFileContent = (path: string) => {
0 commit comments