astro-ghostcms/.pnpm-store/v3/files/27/3e52856d7534a3ffae7744ad730...

14 lines
365 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.create = void 0;
console.warn('volar-service-emmet: this module is not yet supported for web.');
function create() {
return {
name: 'emmet (stub)',
create() {
return {};
},
};
}
exports.create = create;
//# sourceMappingURL=empty.js.map