Closed jwoos closed 4 years ago
@dqgorelick can you take a look when you get the chance?
The "instructions" and "keybinds" buttons aren't doing anything for me in firefox.
They also aren't working for me in Chrome :/
Will take a look
@dqgorelick fixed branch - tested on both ff and chrome
webextension-polyfill-ts
by changing module resolution method to be Nodets-loader
now. Better for debugging.tsc
options and specified files to run it on. When run with--noEmit
it's a type checking tool. a. Support for modules seems pretty good though so we might want to even ditch bundlers: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/importtsc
as a type checker prior to building!scripts/build-new.sh
is the new script. Left the old one for now.Resolves #28