Skip to content

Commit

Permalink
Update packages/markdown/loader.js
Browse files Browse the repository at this point in the history
Co-authored-by: Bharat Kashyap <[email protected]>
Signed-off-by: Marija Najdova <[email protected]>
  • Loading branch information
mnajdova and bharatkashyap authored Oct 30, 2024
1 parent 64736e8 commit 84a5210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/markdown/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ module.exports = async function demoLoader() {
* @param {*} moduleFilepath
* @param {*} variant
* @param {*} importModuleID
* @returns {string} The name of the imported module along with a resolved extension if not provided
* @example detectRelativeImports('ComboBox.js', '', JS', './top100Films') => relativeModules.set('ComboBox.js', new Map([['./top100Films.js', ['JS']]]))
*/
function detectRelativeImports(demoName, moduleFilepath, variant, importModuleID) {
Expand Down

0 comments on commit 84a5210

Please sign in to comment.