Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 99da045

Browse files
authored
Merge pull request #206 from facebookresearch/es3
Make HiPlot lib es3-compatible
2 parents 0f7d393 + f79a2b4 commit 99da045

File tree

8 files changed

+1314
-79
lines changed

8 files changed

+1314
-79
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,16 @@ jobs:
314314
paths:
315315
- built
316316

317+
npm-test-ES3:
318+
docker:
319+
- image: node:lts-buster
320+
steps:
321+
- checkout
322+
- attach_workspace:
323+
at: npm-package
324+
- run: npm install es-check
325+
- run: npx es-check es3 npm-package/hiplot/dist/hiplot.lib.js
326+
317327
npm-test:
318328
docker:
319329
- image: node:lts-buster
@@ -539,6 +549,12 @@ workflows:
539549
filters:
540550
tags:
541551
only: /.*/
552+
- npm-test-ES3:
553+
requires:
554+
- npm-build
555+
filters:
556+
tags:
557+
only: /.*/
542558
- mypy_pytest:
543559
requires:
544560
- npm-build
@@ -604,6 +620,7 @@ workflows:
604620
requires:
605621
- pypi-build
606622
- npm-build
623+
- npm-test-ES3
607624
- npm-test
608625
- docs-build
609626
- browser-jupyter-chrome
@@ -621,6 +638,7 @@ workflows:
621638
requires:
622639
- pypi-build
623640
- npm-build
641+
- npm-test-ES3
624642
- npm-test
625643
- docs-build
626644
- browser-jupyter-chrome

0 commit comments

Comments
 (0)