CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
gherkin.js.js11 linesDownload Raw Back to languages
1function emitWarning() {2    if (!emitWarning.warned) {3      emitWarning.warned = true;4      console.log(5        'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/gherkin" instead of "highlight.js/lib/languages/gherkin.js"'6      );7    }8  }9  emitWarning();10    import lang from './gherkin.js';11    export default lang;