Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bigframes/bigframes/display/anywidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _on_initial_load_complete(self, change: dict[str, Any]):
@functools.cached_property
def _esm(self):
"""Load JavaScript code from external file."""
return resources.read_text(bigframes.display, "table_widget.js")
return resources.read_text(bigframes.display, "table_widget.esm.js")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request updates the code to load table_widget.esm.js, but this file is not included in the changes. As this is the bundled asset required for the widget to function, its absence will cause a FileNotFoundError at runtime.


@functools.cached_property
def _css(self):
Expand Down
24 changes: 24 additions & 0 deletions packages/bigframes/bigframes/display/react-dom.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions packages/bigframes/bigframes/display/react.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/bigframes/bigframes/display/scheduler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading