import { a } from "x"; import b from "y"; a.x.y(), b; require("z"); module.hot.accept("x", ()=>{ });