File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { deleteDirectory } from '@codama/renderers-core' ;
22import { LogLevel , throwValidatorItemsVisitor } from '@codama/validators' ;
33import { rootNodeVisitor , visit } from '@codama/visitors-core' ;
4- import * as estreePlugin from 'prettier/plugins/estree' ;
5- import * as typeScriptPlugin from 'prettier/plugins/typescript' ;
4+ import estreePlugin from 'prettier/plugins/estree' ;
5+ import typeScriptPlugin from 'prettier/plugins/typescript' ;
66import { format } from 'prettier/standalone' ;
77
88import { GetRenderMapOptions , getRenderMapVisitor } from './getRenderMapVisitor' ;
Original file line number Diff line number Diff line change 11import { deleteDirectory } from '@codama/renderers-core' ;
22import { rootNodeVisitor , visit } from '@codama/visitors-core' ;
3- import * as estreePlugin from 'prettier/plugins/estree' ;
4- import * as typeScriptPlugin from 'prettier/plugins/typescript' ;
3+ import estreePlugin from 'prettier/plugins/estree' ;
4+ import typeScriptPlugin from 'prettier/plugins/typescript' ;
55import { format } from 'prettier/standalone' ;
66
77import { GetRenderMapOptions , getRenderMapVisitor } from './getRenderMapVisitor' ;
You can’t perform that action at this time.
0 commit comments