mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
Deploy kmc as an ES module, forced now by top-level await that we use in the sentry load. Moved NodeCompilerCallbacks to same util folder as schemas are found in, to avoid rewriting schema loading with imports in this PR. It belongs better there than messages/ anyway. Distributed files are now .mjs. Removed --enable-source-maps from launchers as logging will be managed with sentry anyway.
4 lines
264 B
Batchfile
4 lines
264 B
Batchfile
@rem This script avoids path dependencies for node for distribution
|
|
@rem with Keyman Developer. When used on platforms other than Windows,
|
|
@rem node can be used directly with the compiler (`npm link` will setup).
|
|
@"%~dp0\node.js\node.exe" "%~dp0\kmc\kmlmc.mjs" %*
|