diff --git a/dist/blog-post-workflow.js b/dist/blog-post-workflow.js index e0965f9..7a34d9a 100644 --- a/dist/blog-post-workflow.js +++ b/dist/blog-post-workflow.js @@ -23,6 +23,10 @@ var __copyProps = (to, from, except, desc) => { return to; }; var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod )); @@ -4291,41 +4295,77 @@ var require_sax = __commonJS({ var S = 0; sax.STATE = { BEGIN: S++, + // leading byte order mark or whitespace BEGIN_WHITESPACE: S++, + // leading whitespace TEXT: S++, + // general stuff TEXT_ENTITY: S++, + // & and such. OPEN_WAKA: S++, + // < SGML_DECL: S++, + // SCRIPT: S++, + //