How to use the etherpad-require-kernel.kernelSource function in etherpad-require-kernel

To help you get started, we’ve selected a few etherpad-require-kernel examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ether / etherpad-lite / src / node / utils / Minify.js View on Github external
function requireDefinition() {
  return 'var require = ' + RequireKernel.kernelSource + ';\n';
}

etherpad-require-kernel

A reference implementation of a CommonJS module loader for Etherpad.

Unknown
Latest version published 6 months ago

Package Health Score

59 / 100
Full package analysis

Popular etherpad-require-kernel functions