glow

Make your Flow errors GLOW

MIT 12 个版本
安装
npm install glow
yarn add glow
pnpm add glow
bun add glow
README
Glow logo

Glow

Make your Flow errors GLOW

  • Pretty-printed, code highlighted type errors
  • Interactive watch mode
  • Filter through errors using globs

Installation

# globally
yarn global add glow
# or in your project
yarn add --dev glow
Preview

Usage

In your existing Flow project, instead of running:

flow

Simply run:

glow

You can also filter errors down to a specific set of files by running:

glow path/to/whatever

There's even an awesome watch mode:

glow --watch
版本列表
1.2.2 2018-02-05
1.2.1 2018-02-04
1.2.0 2018-02-04
1.1.2 2018-02-01
1.1.1 2018-02-01
1.1.0 2018-01-31
1.0.3 2018-01-31
1.0.2 2018-01-31
1.0.1 2018-01-31
1.0.0 2018-01-31
0.0.2 2011-12-20
0.0.1 2011-12-20