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

package.es.languages.fsharp.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/fsharp" instead of "highlight.js/lib/languages/fsharp.js"'
      );
    }
  }
  emitWarning();
    import lang from './fsharp.js';
    export default lang;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy