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

Unified Diff: third_party/WebKit/Source/platform/testing/data/module.js

Issue 2697073002: [ES6 modules] Introduce ModuleScriptLoader (Closed)
Patch Set: yhirano Created 3 years, 10 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
Index: third_party/WebKit/Source/platform/testing/data/module.js
diff --git a/third_party/WebKit/Source/platform/testing/data/module.js b/third_party/WebKit/Source/platform/testing/data/module.js
new file mode 100644
index 0000000000000000000000000000000000000000..efc5c3044e13c85419014c64de05f35bed48ac81
--- /dev/null
+++ b/third_party/WebKit/Source/platform/testing/data/module.js
@@ -0,0 +1 @@
+export default 'grapes';

Powered by Google App Engine
This is Rietveld 408576698