Bundle dependencies

This commit is contained in:
Sindre Sorhus 2021-11-26 16:34:27 +07:00
parent d7c4aac07e
commit 04fdbd6d8d
10 changed files with 667 additions and 10 deletions

7
source/index.d.ts vendored
View file

@ -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;