Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove flow check scripts #14785

Merged
merged 7 commits into from Jul 24, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 0 additions & 38 deletions .flowconfig

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -171,7 +171,7 @@ jobs:
with:
name: babel-artifact
- name: Lint
run: make -j tscheck flowcheck-ci lint-ci
run: make -j tscheck lint-ci

test:
name: Test on Node.js # GitHub will add ${{ matrix.node-version }} to this title
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
BABEL_8_BREAKING: true
STRIP_BABEL_8_FLAG: true
- name: Lint
run: make -j tscheck flowcheck-ci lint-ci
run: make -j tscheck lint-ci
env:
BABEL_ENV: test
BABEL_8_BREAKING: true
Expand Down
1 change: 0 additions & 1 deletion .gitpod.yml
Expand Up @@ -37,4 +37,3 @@ vscode:
extensions:
- dbaeumer.vscode-eslint@2.1.5:9Wg0Glx/TwD8ElFBg+FKcQ==
- esbenp.prettier-vscode@5.0.0:qca7d0cHbKkrkb5rvNlpcg==
- flowtype.flow-for-vscode@1.5.0:AwOT6wgHTF43loZQCAUMLA==
8 changes: 1 addition & 7 deletions Makefile
Expand Up @@ -74,18 +74,12 @@ build-plugin-transform-runtime-dist:
watch: build-no-bundle
BABEL_ENV=development $(YARN) gulp watch

flowcheck-ci:
$(MAKE) flow

code-quality: tscheck flow lint
code-quality: tscheck lint

tscheck: generate-tsconfig
rm -rf dts
$(YARN) tsc -b .

flow: build-flow-typings
$(YARN) flow check --strip-root

lint-ci: lint check-compat-data-ci
liuxingbaoyu marked this conversation as resolved.
Show resolved Hide resolved

check-compat-data-ci:
Expand Down
304 changes: 0 additions & 304 deletions lib/babel-packages.js.flow

This file was deleted.

9 changes: 0 additions & 9 deletions lib/babel-polyfills.js.flow

This file was deleted.