]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Use explicit imports in our javascript source files (#36854)
authorGeoSot <geo.sotis@gmail.com>
Wed, 26 Oct 2022 05:26:51 +0000 (08:26 +0300)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 05:26:51 +0000 (08:26 +0300)
commitaa9d32dd153ed16943ad8be5e8795afaad24d0cf
treeb2d9432467aa8573a20fe8b5add3eccb173b3262
parent7166e95388be3797233e88f89a80c3b666c42851
Use explicit imports in our javascript source files  (#36854)
26 files changed:
build/build-plugins.js
js/.eslintrc.json [new file with mode: 0644]
js/index.esm.js
js/index.umd.js
js/src/alert.js
js/src/base-component.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dom/event-handler.js
js/src/dom/selector-engine.js
js/src/dropdown.js
js/src/modal.js
js/src/offcanvas.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/backdrop.js
js/src/util/component-functions.js
js/src/util/config.js
js/src/util/focustrap.js
js/src/util/scrollbar.js
js/src/util/swipe.js
js/src/util/template-factory.js