Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/unit/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 397 B image not shown  

Quelle  esmified-not-exported.sys.mjs   Sprache: unbekannt

 
Haftungsausschluß.mjs KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

export var exportedVar = "exported var";
export function exportedFunction() {
  return "exported function";
}
export let exportedLet = "exported let";
export const exportedConst = "exported const";

var notExportedVar = "not exported var";
function notExportedFunction() {
  return "not exported function";
}
let notExportedLet = "not exported let";
const notExportedConst = "not exported const";

[Dauer der Verarbeitung: 0.28 Sekunden, vorverarbeitet 2026-08-25]