Skip to content
  • rswindell's avatar
    780eed7d
    Change JS load() search order from: · 780eed7d
    rswindell authored
    - js.exec_dir/file.js
    - mods/js.load_path_list[0]/file.js
    - exec/js.load_path_list[0]/file.js
    - mods/js.load_path_list[1]/file.js
    - exec/js.load_path_list[1]/file.js
    - mods/file.js
    - exec/file.js
    to (the originally intended) order of:
    - js.exec_dir/file.js
    - mods/js.load_path_list[0]/file.js
    - mods/js.load_path_list[1]/file.js
    - mods/file.js
    - exec/js.load_path_list[0]/file.js
    - exec/js.load_path_list[1]/file.js
    - exec/load.js
    Note: mods dir is still optional and absolute paths in js.load_path_list are
    searched before mods or exec.
    780eed7d
    Change JS load() search order from:
    rswindell authored
    - js.exec_dir/file.js
    - mods/js.load_path_list[0]/file.js
    - exec/js.load_path_list[0]/file.js
    - mods/js.load_path_list[1]/file.js
    - exec/js.load_path_list[1]/file.js
    - mods/file.js
    - exec/file.js
    to (the originally intended) order of:
    - js.exec_dir/file.js
    - mods/js.load_path_list[0]/file.js
    - mods/js.load_path_list[1]/file.js
    - mods/file.js
    - exec/js.load_path_list[0]/file.js
    - exec/js.load_path_list[1]/file.js
    - exec/load.js
    Note: mods dir is still optional and absolute paths in js.load_path_list are
    searched before mods or exec.
Loading