-
-
Notifications
You must be signed in to change notification settings - Fork 14
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tbo47/dagre-es
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tbo47/dagre-es
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 60 files changed
- 3 contributors
Commits on Dec 13, 2022
-
tbo committed
Dec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for b2d3d96 - Browse repository at this point
Copy the full SHA b2d3d96View commit details -
tbo committed
Dec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 62844ae - Browse repository at this point
Copy the full SHA 62844aeView commit details
Commits on Dec 14, 2022
-
style: add a basic eslint linting action
This eslint configuration was created with `npm init @eslint/config`. I've set it up to only use ES6 compatible JavaScript, we can increase this later if you want to support new JavaScript features.
Configuration menu - View commit details
-
Copy full SHA for 7d3a2fa - Browse repository at this point
Copy the full SHA 7d3a2faView commit details -
fix: fix bug in setCreateEdgeLabels
This function was actually overwriting itself, not createEdgeLabels. This was caught by eslint! Fixes: 60d4b25
Configuration menu - View commit details
-
Copy full SHA for cbccb4f - Browse repository at this point
Copy the full SHA cbccb4fView commit details -
style: lint with eslint-plugin-import
The [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import) checks for basic ESM import issues.
Configuration menu - View commit details
-
Copy full SHA for 9ea4eae - Browse repository at this point
Copy the full SHA 9ea4eaeView commit details -
fix: add
.js
orindex.js
to ESM importsIn ESM, file extensions are mandatory. Some bundlers/typescript allow not having file extensions, but Node.JS requires them (and `index.js`) for files see https://nodejs.org/api/esm.html#mandatory-file-extensions I've also fixed a bug in `src/dagre/debug.js`, which was importing a library that didn't exist (wrong folder).
Configuration menu - View commit details
-
Copy full SHA for d1475ad - Browse repository at this point
Copy the full SHA d1475adView commit details -
Merge pull request #12 from aloisklink/fix-esm-imports
Add a basic `eslint` linter config, and fixes some bugs that it caught
Configuration menu - View commit details
-
Copy full SHA for 46313db - Browse repository at this point
Copy the full SHA 46313dbView commit details
There are no files selected for viewing