How to use etherpad-require-kernel - 1 common examples

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 3 months ago

Package Health Score

65 / 100
Full package analysis

Popular etherpad-require-kernel functions