module-loader
Here are 62 public repositories matching this topic...
-
Updated
Oct 21, 2019 - JavaScript
To me, the way @jwasilgeo is using loadModules with async/await here is much more readable. Do others agree? Now that async await is pretty mainstream (sorry IE11), I'm wondering if we should switch all our examples
-
Updated
May 16, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
May 12, 2020 - JavaScript
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Feb 10, 2017 - JavaScript
-
Updated
Dec 16, 2017 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Jan 29, 2017 - Python
ep VARIABLE val1:val2 should be rewritten to envprobe set VARIABLE val1:val2
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
May 31, 2019 - Java
Currently there is no way how it is could be short argument put in relation with a long one.E.g.:
-h will be different argument from --help but in fact they should do the same. So -h should be alias for --help
-
Updated
Jan 11, 2018 - JavaScript
-
Updated
Jan 28, 2019 - Shell
-
Updated
May 18, 2019 - JavaScript
-
Updated
Jan 11, 2018 - JavaScript
-
Updated
Aug 13, 2017 - Java
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Dec 13, 2017 - HTML
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Oct 4, 2017 - JavaScript
-
Updated
Apr 27, 2020 - Perl
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Nov 10, 2018 - JavaScript
Improve this page
Add a description, image, and links to the module-loader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the module-loader topic, visit your repo's landing page and select "manage topics."
I was expecting this configuration to work in
can-route:Instead, I had to include
can-routein the mapping:Is this expected? If so, can some more documentation around this be added?