-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add publish test for avoiding function constructors in non-gl(2d|3d) partial bundles #5383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
b54dcc4
4c7ad71
c611031
4c8b959
3249034
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,6 +31,7 @@ | |
| "watch": "node tasks/watch.js", | ||
| "lint": "eslint --version && eslint .", | ||
| "lint-fix": "eslint . --fix || true", | ||
| "no-new-func": "eslint --no-ignore --no-eslintrc --rule '{no-new-func: error}' dist/plotly-finance.js dist/plotly-basic.js dist/plotly-cartesian.js dist/plotly-geo.js dist/plotly-mapbox.js", | ||
|
||
| "docker": "node tasks/docker.js", | ||
| "pretest": "node tasks/pretest.js", | ||
| "test-jasmine": "karma start test/jasmine/karma.conf.js", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.