Skip to content

Commit b69043c

Browse files
committed
Merge branch 'canary' into docs-ia-2-deep-dive
2 parents 34f1127 + a03e275 commit b69043c

File tree

484 files changed

+13604
-17997
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

484 files changed

+13604
-17997
lines changed

Diff for: .config/ast-grep/rules/resolved-vc.yml

-45
This file was deleted.

Diff for: .github/labeler.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
],
5050
"created-by: Turbopack team": [
5151
{ "type": "user", "pattern": "bgw" },
52+
{ "type": "user", "pattern": "Cy-Tek" },
5253
{ "type": "user", "pattern": "kdy1" },
5354
{ "type": "user", "pattern": "mischnic" },
5455
{ "type": "user", "pattern": "padmaia" },

Diff for: .github/workflows/build_and_test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
build-native:
6868
name: build-native
6969
uses: ./.github/workflows/build_reusable.yml
70+
needs: ['changes']
71+
if: ${{ needs.changes.outputs.docs-only == 'false' }}
7072
with:
7173
skipInstallBuild: 'yes'
7274
stepName: 'build-native'
@@ -75,6 +77,8 @@ jobs:
7577
build-native-windows:
7678
name: build-native-windows
7779
uses: ./.github/workflows/build_reusable.yml
80+
needs: ['changes']
81+
if: ${{ needs.changes.outputs.docs-only == 'false' }}
7882
with:
7983
skipInstallBuild: 'yes'
8084
stepName: 'build-native-windows'

Diff for: .prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ bench/nested-deps/components/**/*
4848
**/.tina/__generated__/**
4949
test/lib/amp-validator-wasm.js
5050
test/production/pages-dir/production/fixture/amp-validator-wasm.js
51+
test/e2e/app-dir/server-source-maps/fixtures/default/app/bad-sourcemap/page.js
5152
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/ignored.js
5253
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/sourcemapped.js
5354
test/e2e/app-dir/server-source-maps/fixtures/default/external-pkg/sourcemapped.js

0 commit comments

Comments
 (0)