Bundle dependencies
This commit is contained in:
parent
d7c4aac07e
commit
04fdbd6d8d
10 changed files with 667 additions and 10 deletions
7
source/index.d.ts
vendored
7
source/index.d.ts
vendored
|
|
@ -1,4 +1,6 @@
|
|||
import {ColorInfo, ColorSupportLevel} from 'supports-color';
|
||||
// TODO: Make it this when TS suports that.
|
||||
// import {ColorInfo, ColorSupportLevel} from '#supports-color';
|
||||
import {ColorInfo, ColorSupportLevel} from './vendor/supports-color/index.js';
|
||||
|
||||
/**
|
||||
Basic foreground colors.
|
||||
|
|
@ -310,6 +312,7 @@ export {
|
|||
ColorInfo,
|
||||
ColorSupport,
|
||||
ColorSupportLevel,
|
||||
} from 'supports-color';
|
||||
// } from '#supports-color';
|
||||
} from './vendor/supports-color/index.js';
|
||||
|
||||
export default chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue