This PR will make the spear to support silent mode.
This silent mode will be not output any information in console.
For example, If we implement spear into browser, the console output of Spear is too noisy now. So I introduce the SpearLog class and support the silent mode.
Furthermore, this PR will fix nit bugs:
Compatibility of import syntax in spear.config.mjs. (Previous version is missing the import syntax in spear.config.mjs)
If generated result page is zero, Spear is crashed.
How to use it?
You can use silent mode by specifying option into spear.config.mjs:
What is this?
This PR will make the spear to support silent mode.
This silent mode will be not output any information in console.
For example, If we implement spear into browser, the console output of Spear is too noisy now. So I introduce the
SpearLog
class and support the silent mode.Furthermore, this PR will fix nit bugs:
spear.config.mjs
. (Previous version is missing the import syntax inspear.config.mjs
)How to use it?
You can use silent mode by specifying option into
spear.config.mjs
:これは何ですか?
この PR は、Spear をサイレントモードに対応させるものです。
このサイレントモードは、コンソールに情報を出力しないようにします。
例えば、spear をブラウザに実装した場合、Spear のコンソール出力がうるさくなってしまいます。そこで、
SpearLog
クラスを導入し、サイレントモードをサポートします。さらに、この PR では以下のようなバグも修正されます:
の import 構文に互換性を持たせました。(以前のバージョンでは
spear.config.mjs` の import 構文が抜けていました)どう使うの?
spear.config.mjs`にオプションを指定することで、サイレントモードを使用することができます: