Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ constructor
Method
constructor
src/parser.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
export
class
Parser {
10
constructor() {
11
this.cache = Object.create(null);
12
}
13
14
parse(src) {
15
src = src ||
''
;
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected