No internet connection
  1. Home
  2. How to

Importing JS from other files, as well as packages and subfolders

By joel.r.langlois @joel_r_langlois
    2022-01-19 20:33:30.125Z

    To be totally honest I haven't tried any of this yet, but the title says it all. I'm wondering if any of that is possible, and if there are examples (to be sure I don't bugger something up!)?

    • 1 replies
    1. See here:

      Packages are considered self-contained deployment units so it's not advised to have module exports across package boundaries as that would break if you ever publish such a package.