File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import fs from 'fs' ;
22import path from 'path' ;
3- import * as process from 'process' ;
3+ import process from 'process' ;
44import { Emitter } from 'strict-event-emitter' ;
55import { normalizeError } from 'try-flatten' ;
66import { DocumentParser } from '../parsers/DocumentParser' ;
Original file line number Diff line number Diff line change 11import axios from 'axios' ;
22import fs from 'fs' ;
33import path from 'path' ;
4- import * as process from 'process' ;
4+ import process from 'process' ;
55import type { AcceptDocument } from '../parsers/types' ;
66import type { OpenAPIV3Document } from '../types/openapi' ;
77import { isString } from '../utils/type-is' ;
Original file line number Diff line number Diff line change 11import fs from 'fs' ;
22import path from 'path' ;
3- import * as process from 'process' ;
3+ import process from 'process' ;
44import { tryFlatten } from 'try-flatten' ;
55import { z } from 'zod' ;
66import { Generator } from './Generator' ;
Original file line number Diff line number Diff line change 1- import * as process from 'process' ;
1+ import process from 'process' ;
22import type { OpenAPIV3 , OpenAPIV3Document } from '../types/openapi' ;
33import { INTERNAL_TYPE_NAMES , JSON_MIME } from './const' ;
44import { Named } from './Named' ;
You can’t perform that action at this time.
0 commit comments