Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8625159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:42:48+00:00 2026-06-12T07:42:48+00:00

Looks like TypeScript has a nice module system, however does this replace the need

  • 0

Looks like TypeScript has a nice module system, however does this replace the need for something like requirejs? In other words, when you “compile” a typescript package does it handle all the dependency resolution for you? Examples would be appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:42:49+00:00Added an answer on June 12, 2026 at 7:42 am

    TypeScript does not have a runtime module loader. You will still need to provide a module loader to use at runtime, e.g. require js. TypeScript supports generating JavaScript code compatable with either commonJS (for node.js scripts) and AMD loaders (e.g. requireJS). To specify which one to use pass in the “–module ” switch to the compiler with either “amd” or “commonjs”.

    Here is how you export a module in TypeScript:

    export module depModule { 
        export class A { 
        }
    }
    

    and here is the generated JavaScript code with –module amd switch:

    define(["require", "exports"], function(require, exports) {
        (function (depModule) {
            var A = (function () {
                function A() { }
                return A;
            })();
            depModule.A = A;
        })(exports.depModule || (exports.depModule = {}));
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Looks like this question has been asked thousand times already, but each person's configuration
Looks like other people have had this issue, but I would like to understand
** Looks like this was a bug that Facebook has since fixed. I disabled
looks like I need help again! :-/ Im trying to read this XML file
looks like symfony2 classloader does not allow different paths for namespaces, anyone has any
It looks like this block directly flushes the output. What's the practical use of
Looks like I've missed something obvious but really can't figure out why I can't
Looks like my shared hosting plan does not cover running a Jabber server. Does
Looks like set does not work in velocity when written as below : #set
Looks like linux doesnt implement pthread_suspend and continue, but I really need em. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.