mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Add ES2015 runtime transpilation sample
This commit is contained in:
3
samples/misc/ES2015Transpilation/wwwroot/js/main.js
Normal file
3
samples/misc/ES2015Transpilation/wwwroot/js/main.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import Greeting from './greeting.js';
|
||||
|
||||
console.log(new Greeting().getMessage());
|
||||
Reference in New Issue
Block a user