Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ modules.test.ts
File
modules.test.ts
src/modules.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parse, hasMore, has, optional } from
'./index'
;
2
3
describe(
'ES modules'
, () => {
4
const
code = `
import
first from
'first-module'
;
Callers
nothing calls this directly
Calls
4
parse
Function · 0.90
ESModuleParser
Function · 0.85
exports
Function · 0.85
lookup
Function · 0.85
Tested by
no test coverage detected