Hi, Are there any plans to extend the functionality of this module for js files also? ```define([ 'jquery', 'Magento_Checkout/js/model/quote' ], function ($, quote) { 'use strict'; ``` I believe in this case Magento_Checkout dependency should be added. thanks