MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseNonComputedMember

Function parseNonComputedMember

docs/app/js/sanddance-app.js:144217–144220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144215 return finishIdentifier(token.value);
144216}
144217function parseNonComputedMember() {
144218 expect(".");
144219 return parseNonComputedProperty();
144220}
144221function parseComputedMember() {
144222 expect("[");
144223 const expr = parseExpression();

Callers 1

Calls 2

expectFunction · 0.70
parseNonComputedPropertyFunction · 0.70

Tested by

no test coverage detected