All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.languages.glsl.js.js Maven / Gradle / Ivy

There is a newer version: 11.11.1
Show newest version
function emitWarning() {
    if (!emitWarning.warned) {
      emitWarning.warned = true;
      console.log(
        'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/glsl" instead of "highlight.js/lib/languages/glsl.js"'
      );
    }
  }
  emitWarning();
    module.exports = require('./glsl.js');




© 2015 - 2025 Weber Informatics LLC | Privacy Policy