Skip to content

Commit

Permalink
Update and rename Javascript Module Import.md to Javascript Modules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 5, 2024
1 parent 1e5c10f commit e7132d9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Module Standards

* [common.js AMD standard](http://wiki.commonjs.org/wiki/Modules/AsynchronousDefinition)
* [Modules in ES6](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)

## Importing ESM modules

Here is how you import modules without a packager.
Expand Down

0 comments on commit e7132d9

Please sign in to comment.