-
Notifications
You must be signed in to change notification settings - Fork 211
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
chore: use @vis.gl/dev-tools #2229
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f3fbfdf
@vis.gl/dev-tools
Pessimistress 95ec65c
Merge branch 'master' into x/dev-tools
ibgreen 3077bd4
@vis.gl/dev-tools
Pessimistress 282ed22
Merge branch 'x/dev-tools' of github.com:visgl/luma.gl into x/dev-tools
ibgreen 2c68ad8
wip
ibgreen d4eaaa6
wip
ibgreen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,27 +21,15 @@ | |
"fs": false | ||
}, | ||
"scripts": { | ||
"bootstrap": "ocular-bootstrap", | ||
"postinstall": "echo postinstall", | ||
"bootstrap": "yarn && ocular-bootstrap && yarn build", | ||
"start": "open https://luma.gl/docs/getting-started", | ||
"clean": "ocular-clean", | ||
"build": "ocular-clean && (cd modules/constants && yarn pre-build) && ocular-build", | ||
"cover": "ocular-test cover", | ||
"lint": "ocular-lint", | ||
"publish-beta": "ocular-publish version-only-beta", | ||
"publish-prod": "ocular-publish version-only-prod", | ||
"version": "node scripts/verify-changelog.js && git add CHANGELOG.md", | ||
"test": "ocular-test", | ||
"test-ci": "ocular-lint && ocular-test node && ocular-test cover", | ||
"test-node": "ocular-test node", | ||
"test-cover": "ocular-test cover", | ||
"test-fast": "ocular-test fast", | ||
"test-browser": "ocular-test browser", | ||
"test-browser-headless": "ocular-test browser-headless | tap-spec", | ||
"test-fast": "ocular-lint && ocular-test node", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why keep this one? Not really useful at this stage, and with latest Puppeteer / Chromium browser tests are blazing fast. |
||
"test-website": "cd website && yarn && yarn build && cd ..", | ||
"perf": "ocular-test perf-browser", | ||
"bench": "ocular-test bench", | ||
"bench-browser": "ocular-test bench-browser", | ||
"metrics": "./scripts/metrics.sh && ocular-metrics" | ||
}, | ||
"devDependencies": { | ||
|
@@ -53,13 +41,13 @@ | |
"@probe.gl/stats-widget": "^4.0.8", | ||
"@probe.gl/test-utils": "^4.0.8", | ||
"@types/tape-promise": "^4.0.1 ", | ||
"@vis.gl/dev-tools": "1.0.0-alpha.19", | ||
"@vis.gl/ts-plugins": "1.0.0-alpha.19", | ||
"eslint-plugin-tree-shaking": "^1.9.2", | ||
"nyc": "^15.1.0", | ||
"ocular-dev-tools": "2.0.0-alpha.34", | ||
"pre-commit": "^1.2.2", | ||
"pre-push": "^0.1.1", | ||
"puppeteer": "^22.0.0", | ||
"tap-spec": "^5.0.0" | ||
"puppeteer": "^22.0.0" | ||
}, | ||
"resolutions": { | ||
"typescript": "^5.5.0", | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we had markdown linter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do, but it was not used as
.md
was not listed inextensions
. We can enable it in another PR it will likely result in a bunch of prettier changes.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. We probably need to add
mdx
as well