mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 01:37:17 +00:00
fix: conflict
This commit is contained in:
parent
bddaa537e1
commit
79812a6fc2
@ -19,13 +19,13 @@ import DocumentModel from './document-model';
|
||||
import SimulatorHost from './simulator-host';
|
||||
import { editorSymbol, projectSymbol, simulatorHostSymbol, simulatorRendererSymbol, documentSymbol } from './symbols';
|
||||
|
||||
const innerProjectSymbol = Symbol('project');
|
||||
const innerProjectSymbol = Symbol('innerProject');
|
||||
export default class Project implements IPublicApiProject {
|
||||
private readonly [editorSymbol]: IEditor;
|
||||
private readonly [innerProjectSymbol]: InnerProject;
|
||||
private [simulatorHostSymbol]: BuiltinSimulatorHost;
|
||||
private [simulatorRendererSymbol]: any;
|
||||
get [projectSymbol]() {
|
||||
get [projectSymbol](): InnerProject {
|
||||
if (this.workspaceMode) {
|
||||
return this[innerProjectSymbol];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user