File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
packages/foundations/assets/fonts
angular-storybook/.storybook
react-storybook/.storybook Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { glob } from 'glob';
22import { execFile } from 'node:child_process' ;
33import { promisify } from 'node:util' ;
44
5- import { dirname } from 'path' ;
6- import { fileURLToPath } from 'url' ;
5+ import { dirname } from 'node: path' ;
6+ import { fileURLToPath } from 'node: url' ;
77
88const __filename = fileURLToPath ( import . meta. url ) ;
99const __dirname = dirname ( __filename ) . replaceAll ( '\\' , '/' ) ;
Original file line number Diff line number Diff line change 11import type { StorybookConfig } from '@storybook/react-vite' ;
22
3- import { dirname , join } from 'path' ;
3+ import { dirname , join } from 'node: path' ;
44
55/**
66 * This function is used to resolve the absolute path of a package.
Original file line number Diff line number Diff line change 11import { StorybookConfig } from '@storybook/angular' ;
22
3- import { dirname , join } from 'path' ;
3+ import { dirname , join } from 'node: path' ;
44
55/**
66 * This function is used to resolve the absolute path of a package.
Original file line number Diff line number Diff line change 11import type { StorybookConfig } from '@storybook/react-vite' ;
22
3- import { dirname , join } from 'path' ;
3+ import { dirname , join } from 'node: path' ;
44
55/**
66 * This function is used to resolve the absolute path of a package.
Original file line number Diff line number Diff line change 11import type { StorybookConfig } from '@storybook/vue3-vite' ;
2- import { dirname , join } from 'path' ;
2+ import { dirname , join } from 'node: path' ;
33
44/**
55 * This function is used to resolve the absolute path of a package.
You can’t perform that action at this time.
0 commit comments