Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hi @hoelzro the core does (did?) check the Node version against The core is generally very conservative about only using ECMAScript 5/6 era Node.js features but I appreciate that's not a viable solution for all plugins. |
Beta Was this translation helpful? Give feedback.
-
@Jermolene Thanks, that's kind of what I figured but wanted to confirm. I understand that core plugins are very conservative - I just like making use of newer language features for plugins I don't distribute widely! |
Beta Was this translation helpful? Give feedback.
-
I recently shared a new version of a plugin I wrote with a friend, and he mentioned it didn't work for him - it turns out my changes to the code made use of some JavaScript syntax present in Node 15 but not Node 14. I know one can specify a required version of TiddlyWiki itself via
core-version
(but unless I'm missing something, this doesn't seem to be enforced) - is there something analogous for the Node version?Beta Was this translation helpful? Give feedback.
All reactions