Minor Changes
-
59f7759: Support HTML element
Based on the recent commit history, this change appears to be related to fixing issue #1093 regarding selectedcontent parsing in customizable selects. The element is part of the new Customizable Select Element API
in HTML, used within elements to display the currently selected option(s). -
89c80fe: Adds a
walkAsyncutility function that returns a Promise from the tree traversal process.Unlike the existing
walkfunction which doesn't provide a way to wait for traversal completion,walkAsyncallows consumers toawaitthe full traversal of the AST.