tandem-front-end
Version:
Visual editor for web components
47 lines • 3.86 kB
JavaScript
"use strict";
var __generator = (this && this.__generator) || function (thisArg, body) {
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
function verb(n) { return function (v) { return step([n, v]); }; }
function step(op) {
if (f) throw new TypeError("Generator is already executing.");
while (_) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {
case 0: case 1: t = op; break;
case 4: _.label++; return { value: op[1], done: false };
case 5: _.label++; y = op[1]; op = [0]; continue;
case 7: op = _.ops.pop(); _.trys.pop(); continue;
default:
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
if (t[2]) _.ops.pop();
_.trys.pop(); continue;
}
op = body.call(thisArg, _);
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
};
Object.defineProperty(exports, "__esModule", { value: true });
function projectSaga() {
return __generator(this, function (_a) {
return [2 /*return*/];
});
}
exports.projectSaga = projectSaga;
// function* handleProjectDirectoryLoaded() {
// while(1) {
// yield take(PROJECT_DIRECTORY_LOADED);
// // const { projectDirectory }: RootState = yield select();
// // const [mainPaperclipFile] = getFilesWithExtension(PAPERCLIP_DEFAULT_EXTENSIONS, projectDirectory);
// // yield put(fileNavigatorItemClicked(getTreeNodePath(mainPaperclipFile.id, projectDirectory)));
// }
// }
var TEST_FILES = {
"components/main.pc": "\n <module>\n <component id=\"test\" preview:bounds=\"left: 0; right: 100; top: 50; bottom: 150\">\n <template style=\"font-family: Helvetica; background-color: red; color: white; width: 100px; height: 100px; border-radius: 10px;\">\n <div style=\"background: blue; display: inline-block;\" ref=\"bg\">\n <text ref=\"hello\" value=\"helloaa==\" />\n </div>\n </template>\n </component>\n <component id=\"test2\" extends=\"test\" preview:bounds=\"left: 100; right: 200; top: 50; bottom: 150\">\n <overrides>\n <delete-child target=\"hello\" />\n </overrides>\n </component>\n <component id=\"test3\" extends=\"test\" preview:bounds=\"left: 0; right: 100; top: 200; bottom: 300\">\n <overrides>\n <insert-child before=\"hello\">\n <text value=\"world\" />\n </insert-child>\n </overrides>\n </component>\n <component id=\"test4\" extends=\"test3\" preview:bounds=\"left: 0; right: 100; top: 350; bottom: 450\">\n <overrides>\n <set-attribute target=\"hello\" name=\"value\" value=\"blarg\" />\n <set-style name=\"background-color\" value=\"blue\" />\n <set-style target=\"bg\" name=\"background-color\" value=\"green\" />\n </overrides>\n </component>\n </module>\n "
};
//# sourceMappingURL=project.js.map