Skip to content

Commit fdbb4c1

Browse files
authored
Merge pull request #1581 from Kobzol/npm-compare
Port compare page to Typescript
2 parents 6c6eab2 + e276cf1 commit fdbb4c1

Some content is hidden

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

45 files changed

+2213
-1891
lines changed

collector/runtime-benchmarks/Cargo.lock

Lines changed: 152 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/frontend/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ It uses a custom backend for transpiling `TypeScript`, which transpiles for brow
2626
the `browserslist` attribute in `package.json`. It does not perform type-checking, that is why
2727
there is a dedicated `npm run check` action that uses `tsc`. It is performed on CI to find typ errors.
2828
The `tsconfig.json` file is only used by the type-checking action.
29+
30+
The `buffer` alias in `package.json` is used to deter Parcel from providing `buffer` module
31+
polyfill. This polyfill breaks the minidifed JS Parcel output (at least in Parcel `2.8.3`).

0 commit comments

Comments
 (0)