Skip to content

issues Search Results · repo:Neamar/auto-load language:JavaScript

Filter by

7 results
 (42 ms)

7 results

inNeamar/auto-load (press backspace or delete to remove)

can we get an extension resolver function so that we can dynamically evaluate which extensions we would like to load?
  • jdmg94
  • Opened 
    on Feb 20, 2022
  • #17

Is it possible to specify load order ? Is there async support for files that should complete a promise first ?
  • Igor-Lopes
  • 1
  • Opened 
    on Apr 23, 2019
  • #16

If i do import * as autoload from auto-load ; i ve an error It s not a module . I ve modified your index.d.ts to : declare module autoload { } declare type ModuleExports = any; declare type AutoloadTree ...
  • Chklang
  • 3
  • Opened 
    on Apr 3, 2018
  • #13

Hi, Why do you do a lowerCase on all file names? I want the function names/exports to be added as they are. I can understand removing of dashes and dots but why convert the case as well? Acc to your ...
  • monemihir
  • 4
  • Opened 
    on Jul 12, 2017
  • #10

Following the discussion here, it might be interesting to load more file types with auto-load. I open this issue to discuss whether this is within the scope of auto-loader or would be better suited for ...
  • franciscop
  • 1
  • Opened 
    on Oct 14, 2015
  • #6

I find myself using auto-load more and more, and there s a pattern I keep repeating and some options that would make it much more easier as per keeping my code DRY. So I think it d be nice if auto-load ...
  • franciscop
  • 3
  • Opened 
    on Oct 8, 2015
  • #5

Is it possible to have relative paths, or absolute to the root, for auto-load? So it becomes easier to just include a full directory. Example: // Relative to the root var models = require( auto-load )( ...
  • franciscop
  • 3
  • Opened 
    on Sep 21, 2015
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub