Skip to content

Commit 3571d7d

Browse files
Copilothotlong
andcommitted
refactor: Remove unused OBJECTQL_PLUGIN_MARKER symbol
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 79e55c3 commit 3571d7d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/runtime/src/objectql-plugin.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { ObjectQL } from '@objectstack/objectql';
22
import { RuntimePlugin, RuntimeContext } from '@objectstack/types';
33

4-
/**
5-
* Symbol to identify ObjectQL plugins
6-
*/
7-
export const OBJECTQL_PLUGIN_MARKER = Symbol('objectql-plugin');
8-
94
/**
105
* ObjectQL Engine Plugin
116
*
@@ -21,9 +16,6 @@ export class ObjectQLPlugin implements RuntimePlugin {
2116
name = 'com.objectstack.engine.objectql';
2217
type = 'objectql' as const;
2318

24-
// Mark this as an ObjectQL plugin for reliable detection
25-
readonly [OBJECTQL_PLUGIN_MARKER] = true;
26-
2719
private ql: ObjectQL;
2820

2921
/**

0 commit comments

Comments
 (0)