BRJS libraries can currently define modules within the library (e.g. br/component/testing/ComponentFixture) but there is currently no way do define a module at the root of the require-path (e.g. br/component). I'm proposing that we allow this by letting developers create a src/index.js file. This is needed for #1611.
BRJS libraries can currently define modules within the library (e.g.
br/component/testing/ComponentFixture) but there is currently no way do define a module at the root of the require-path (e.g.br/component). I'm proposing that we allow this by letting developers create asrc/index.jsfile. This is needed for #1611.