BladeRunnerJS / brjs

BladeRunnerJS (BRJS) is an open source development toolkit and framework for modular construction of large single-page HTML5 apps. It consists of a set of conventions, supporting tools and micro-libraries that make it easy to develop, test, deploy and maintain complex JavaScript apps.
http://bladerunnerjs.org/
GNU Lesser General Public License v3.0
229 stars 36 forks source link

Unify common functionality supported across all library types #419

Closed dchambers closed 10 years ago

dchambers commented 10 years ago

The set of restrictions regarding the library type (e.g. NamespacedJs, CommonJs or Thirdparty) are too restrictive, since:

leggetter commented 10 years ago

What's the action here?

dchambers commented 10 years ago

@andyberry88 / @thecapdan: I believe this can now be closed as although we don't explicitly support require() in NamespacedJs code, it does now work because the trie now treats slashes and dots as the same thing. Also, it was always possible to run tests in non-con-formant libraries, despite what I said above.