Didn't manage to get it working. Running into an error:
DataCloneError: function (text, options) {
return (0, transformCst_1.transformCst)((0, sql_parser_cst_1.parse)(text, {
...<omitted>... } could not be cloned.
This likely happens because I need to pass the whole plugin as a parameter to Prettier and synckit is unable to serialize functions.
Additionally I still need to use the --experimental-vm-modules flag, so there's no win in this area also.
Didn't manage to get it working. Running into an error:
This likely happens because I need to pass the whole plugin as a parameter to Prettier and synckit is unable to serialize functions.
Additionally I still need to use the
--experimental-vm-modules
flag, so there's no win in this area also.