Skip to content
  • Kasper Seweryn's avatar
    Fix linter error · 17006094
    Kasper Seweryn authored
    Linter did not like await in global scope besides it being fully
    functional, so I've created a `src/jquery.js` file which sets jquery
    globals and then we can safely import `src/semantic.js`.
    17006094