CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
applescript.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/applescript" instead of "highlight.js/lib/languages/applescript.js"'6      );7    }8  }9  emitWarning();10    import lang from './applescript.js';11    export default lang;
basant307/AI_Governance_Project · CoolFace