/* * extract script content from a series of html files, run a * jscodeshift codemod on them and overwrite the original file. * * Usage: node html-codemod.js codemod-file list of files to process
*/ const { JSDOM } = require('jsdom'); const fs = require('fs'); const {execFileSync} = require('child_process');
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.