Skip to content

Commit

Permalink
es6-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kesava-karri committed Mar 2, 2024
1 parent 9a067e7 commit 83f127c
Show file tree
Hide file tree
Showing 8 changed files with 1,437 additions and 0 deletions.
10 changes: 10 additions & 0 deletions javascript/intermediate-js/es6-modules-sample/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Getting Started</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions javascript/intermediate-js/es6-modules-sample/dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/
Loading

0 comments on commit 83f127c

Please sign in to comment.