tridactyl/src/content.ts

11 lines
364 B
TypeScript
Raw Normal View History

/** Content script entry point */
// Be careful: typescript elides imports that appear not to be used if they're
// assigned to a name. If you want an import just for its side effects, make
// sure you import it like this:
import "./keydown_content"
import "./commandline_content"
import "./excmds_content"
console.log("Tridactyl content script loaded, boss!")