We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177f76a commit f195827Copy full SHA for f195827
lib/src/compiler/utils.ts
@@ -3,7 +3,7 @@
3
// https://opensource.org/licenses/MIT.
4
5
import * as p from 'path';
6
-import * as supportsColor from 'supports-color';
+import supportsColor from 'supports-color';
7
import {create} from '@bufbuild/protobuf';
8
9
import {Deprecation, deprecations, getDeprecationIds} from '../deprecations';
0 commit comments