Skip to content

Commit

Permalink
migrate to package:web and package:js_interop
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 6, 2025
1 parent 998d544 commit c26157f
Show file tree
Hide file tree
Showing 5 changed files with 6,402 additions and 3,211 deletions.
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.15-wip

- Update to package:web and dart:js_interop.

## 2.4.14

- Write generated assets at the end of a build to avoid invalidating other
Expand Down
2 changes: 1 addition & 1 deletion build_runner/lib/src/server/graph_viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ window.$build.initializeGraph = function (scope) {
});

return function (onFocus) {
scope.onFocus = onFocus;
scope.onFocus = onFocus;
};
}(window.$build);
window.$build.setData = function (scope) {
Expand Down
Loading

0 comments on commit c26157f

Please sign in to comment.