Skip to content

Latest commit

 

History

History

step03a_modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Modules in TypeScript

Modules

ECMAScript Modules in Node.js

When we transpile this program it runs correctly.

However, note that the transpiled JavaScript code doesnot use the ES Module sytax but rather the old commonjs syntax.