MCPcopy
hub / github.com/alibaba/lowcode-engine / isJSExpression

Function isJSExpression

packages/types/src/deprecated/isJSExpression.ts:6–8  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

4 * @deprecated use same function from '@alilc/lowcode-utils' instead
5 */
6export function isJSExpression(data: any): data is IPublicTypeJSExpression {
7 return data && data.type === 'JSExpression' && data.extType !== 'function';
8}

Callers 15

getTextFunction · 0.50
live-editing.tsFile · 0.50
isValidPropsFunction · 0.50
parseDataFunction · 0.50
isUseLoopFunction · 0.50
executeLifeCycleMethodFunction · 0.50
BaseRendererClass · 0.50
createNodeMethod · 0.50
constructorMethod · 0.50
hasLoopMethod · 0.50
importMethod · 0.50
codeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…