Posts made by Tim Hunt

Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Atually, there is a better answer, which is don't use file paths like import ... from './keydownHandler.js';

Insetead, use module-names. In this example, that would mean renaming keydownHandler.js to keydown_handler.js and then saying

import ... from 'qtype_guessit/keydown_handler'
Average of ratings: Useful (3)