This didn’t fix the build on ci-builds. Any pointers on what I need to do to get the typedefs working in Maven?
> On Aug 27, 2023, at 8:28 PM, ha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git > > > The following commit(s) were added to refs/heads/develop by this push: > new 08a7670 Add intersection_observer to pom > 08a7670 is described below > > commit 08a7670ce4dfcddc7e2ab21e8bbe44f0bb83948b > Author: Harbs <ha...@in-tools.com> > AuthorDate: Sun Aug 27 20:28:14 2023 +0300 > > Add intersection_observer to pom > --- > js/pom.xml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/js/pom.xml b/js/pom.xml > index 33f2113..a837075 100644 > --- a/js/pom.xml > +++ b/js/pom.xml > @@ -242,6 +242,7 @@ > <include>browser/webstorage.js</include> > <include>browser/whatwg_encoding.js</include> > <include>es6_collections.js</include> > + <include>intersection_observer.js</include> > </includes> > <excludes> > <exclude>browser/w3c_dom4.js</exclude> >