dot-language-support 4.0.4 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2704,8 +2704,8 @@ function createBinder() {
2704
2704
  if (node.compassPt) bind(node.compassPt);
2705
2705
  }
2706
2706
  function bindNodeId(node) {
2707
- ensureGlobalSymbol(node.id);
2708
2707
  bind(node.id);
2708
+ ensureGlobalSymbol(node.id);
2709
2709
  if (node.port) bind(node.port);
2710
2710
  }
2711
2711
  function bindChildren(nodes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dot-language-support",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Parser and language service for graphviz (dot) files",
5
5
  "author": "Niklas Mollenhauer",
6
6
  "license": "MIT",