Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parcel-bundler/parcel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4b611ac4495787fa31dac40dda15eedb6e31492
Choose a base ref
...
head repository: parcel-bundler/parcel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47379bf8fabeb2cfe03ade8802d942388b153e5b
Choose a head ref
Loading
Showing 3,413 changed files with 122,369 additions and 49,619 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[target.arm-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org
root = true

[*]
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -5,10 +5,13 @@

flow-typed

vendor
packages/*/*/test/integration/**
packages/*/*/test/mochareporters.json
packages/core/integration-tests/test/input/**
packages/core/utils/test/input/**
packages/utils/fs-write-stream-atomic/**
packages/utils/create-react-app/templates
packages/examples

# Generated by the build
@@ -21,3 +24,4 @@ dist
coverage
node_modules
tmp
fixtures
15 changes: 8 additions & 7 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -2,13 +2,16 @@
.*/node_modules/@choojs/**/.*
.*/node_modules/config-chain/.*
.*/node_modules/graphviz/documentation.json
<PROJECT_ROOT>/packages/core/parcel-bundler/test/integration/.*
<PROJECT_ROOT>/.nyc_output/.*
.*/tmp/**/.*
.*/.parcel-cache/.*
<PROJECT_ROOT>/packages/core/integration-tests/dist/**
<PROJECT_ROOT>/packages/core/integration-tests/test/input/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/babel-strip-flow-types/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/diagnostic-sourcemap/**

[untyped]
.*/node_modules/graphql/error/GraphQLError.js.flow

[include]

@@ -20,19 +23,17 @@ implicit-inexact-object=error
untyped-type-import=error

[options]
esproposal.export_star_as=enable
esproposal.nullish_coalescing=enable
esproposal.optional_chaining=enable
module.system.node.main_field=source
module.system.node.main_field=main

[strict]
nonstrict-import
sketchy-null-number
sketchy-null-string
sketchy-null-mixed
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import

[version]
0.112.0
0.164.0
63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/Documentation.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/Question.md

This file was deleted.

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/parcel-bundler/parcel/discussions
about: Please ask and answer questions here.
- name: Documentation
url: https://github.com/parcel-bundler/website
about: Contribute and suggest documentation here.

5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -24,8 +24,3 @@ Please look for any issues that this PR resolves and tag them in the PR.
- [ ] Added/updated unit tests for this change
- [ ] Filled out test instructions (In case there aren't any unit tests)
- [ ] Included links to related issues/PRs

<!--
Love parcel? Please consider supporting our collective:
👉 https://opencollective.com/parcel/donate
-->
19 changes: 0 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE/Documentation.md

This file was deleted.

48 changes: 0 additions & 48 deletions .github/PULL_REQUEST_TEMPLATE/bugfix.md

This file was deleted.

44 changes: 0 additions & 44 deletions .github/PULL_REQUEST_TEMPLATE/feature.md

This file was deleted.

Loading