FoundryDevelopmentConsortium / Knowledge-Recalled-PF2e-FVTT

Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

(feat, bug) Fixed Eslint absolute path issue and implemented settings have the logger at a stable point #26

Open christianhturner opened 3 months ago

christianhturner commented 3 months ago

Logging utility is stable, and is configurable from the settings menu. For development I recommend setting to DEBUG as this will provide the most verbose logging. ERROR shows the least and will only show errors, and INFO will provide everything except for DEBUG. Settings are also implemented, but the next release will have a newly reworked settings, and I will deprecate this that I currently have. The route I wish to go is more idiomatic of TyphonJS. See MCE-Everywhere, to see a model implementation.

I also fixed a bug that was causing the editor to default to absolute path imports, but relative is required for TyphonJS to compile the code. This is now resolved.