MCPcopy
hub / github.com/nodejs/node / CJSLexerBinding

Interface CJSLexerBinding

typings/internalBinding/cjs_lexer.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type CJSLexerParseResult = [exports: Set<string>, reexports: string[]];
2
3export interface CJSLexerBinding {
4 parse(source?: string | null): CJSLexerParseResult;
5}

Callers

nothing calls this directly

Implementers 15

Extensiontools/inspector_protocol/jinja2/ext.py
InternationalizationExtensiontools/inspector_protocol/jinja2/ext.py
ExprStmtExtensiontools/inspector_protocol/jinja2/ext.py
LoopControlExtensiontools/inspector_protocol/jinja2/ext.py
Environmenttools/inspector_protocol/jinja2/enviro
Parsertools/inspector_protocol/jinja2/parser
URLlib/internal/url.js
SocketAddresslib/internal/socketaddress.js
Typetest/fixtures/wpt/resources/webidl2/li
ExtendedAttributeParameterstest/fixtures/wpt/resources/webidl2/li
SimpleExtendedAttributetest/fixtures/wpt/resources/webidl2/li
ExtendedAttributestest/fixtures/wpt/resources/webidl2/li

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…