Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1327)

Unified Diff: third_party/WebKit/Source/web/tests/data/module.js

Issue 2697073002: [ES6 modules] Introduce ModuleScriptLoader (Closed)
Patch Set: rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/testing/DummyModulator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/module.js
diff --git a/third_party/WebKit/Source/web/tests/data/module.js b/third_party/WebKit/Source/web/tests/data/module.js
new file mode 100644
index 0000000000000000000000000000000000000000..efc5c3044e13c85419014c64de05f35bed48ac81
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/module.js
@@ -0,0 +1 @@
+export default 'grapes';
« no previous file with comments | « third_party/WebKit/Source/core/testing/DummyModulator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698