MCPcopy Index your code
hub / github.com/reactjs/react-rails / parseImportDefaultSpecifier

Function parseImportDefaultSpecifier

lib/assets/javascripts/JSXTransformer.js:7334–7341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7332 }
7333
7334 function parseImportDefaultSpecifier() {
7335 // import <foo> ...;
7336 var id, marker = markerCreate();
7337
7338 id = parseNonComputedProperty();
7339
7340 return markerApply(marker, delegate.createImportDefaultSpecifier(id));
7341 }
7342
7343 function parseImportNamespaceSpecifier() {
7344 // import <* as foo> ...;

Callers 1

parseImportDeclarationFunction · 0.85

Calls 3

markerCreateFunction · 0.85
parseNonComputedPropertyFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected