Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babel/babel
/ current
Method
current
packages/babel-parser/src/util/class-scope.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
current(): ClassScope {
27
return
this.stack[this.stack.length - 1];
28
}
29
30
enter() {
31
this.stack.push(
new
ClassScope());
Callers
2
exit
Method · 0.95
declarePrivateName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected