weeaboo-society / Shinsengumi

GNU General Public License v3.0
2 stars 0 forks source link

Replace require with import in command handlers #1

Open yi-fan-song opened 3 years ago

yi-fan-song commented 3 years ago

import can be used as a function to be asynchronously imported.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta

yi-fan-song commented 3 years ago

Possible consideration: Change it back to using static imports for cleaner type reference.