Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ isTSLike
Function
isTSLike
modules/material-parser/src/parse/index.ts:21–23 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
isTSLike(str) {
22
return
str.endsWith(
'ts'
) || str.endsWith(
'tsx'
);
23
}
24
25
export
default
async
(args: IParseArgs) => {
26
const
{
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…