Skip to content

Commit 45b6ad6

Browse files
committed
drop publishing on github browser compat tests on release, replace it with deployed tests from the master branch
1 parent d1c063a commit 45b6ad6

File tree

8 files changed

+1
-10594
lines changed

8 files changed

+1
-10594
lines changed

.github/workflows/build-and-deploy-pages.yml

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ jobs:
9595
uses: actions/download-artifact@v4
9696
with:
9797
path: pages
98-
- name: Add docs
99-
run: cp -r docs/ pages/
10098
- name: Setup Pages
10199
uses: actions/configure-pages@v5
102100
- name: Upload GitHub Pages artifact

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ For some cases could be useful to exclude some `core-js` features or generate a
459459

460460
However, I have no possibility to test `core-js` absolutely everywhere - for example, testing in IE7- and some other ancient was stopped. The list of definitely supported engines you can see in the compatibility table by the link below. [Write](https://github.com/zloirock/core-js/issues) if you have issues or questions with the support of any engine.
461461

462-
`core-js` project provides (as [`core-js-compat`](/packages/core-js-compat) package) all required data about the necessity of `core-js` modules, entry points, and tools for work with it - it's useful for integration with tools like `babel` or `swc`. If you wanna help, you could take a look at the related section of [`CONTRIBUTING.md`](/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example:
462+
`core-js` project provides (as [`core-js-compat`](/packages/core-js-compat) package) all required data about the necessity of `core-js` modules, entry points, and tools for work with it - it's useful for integration with tools like `babel` or `swc`. If you wanna help, you could take a look at the related section of [`CONTRIBUTING.md`](/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/master/compat/), the example:
463463

464464
![compat-table](https://user-images.githubusercontent.com/2213682/217452234-ccdcfc5a-c7d3-40d1-ab3f-86902315b8c3.png)
465465

docs/compat/browsers-runner.js

-89
This file was deleted.

0 commit comments

Comments
 (0)