-
-
I have circular references between ES6 modules and stache templates using `` which are considered to use the AMD format because of this code here:
``` js
return "define("+imports+",function(module, s…
-
when you use ES6 quotation marks like
templateUrl: `./app.component.html`
this will render just "./app.component.html" in your app
Only the following quotation marks are working at t…
-
Hi.
I installed both sprockets-es6 and requirejs-rails in my Rails app.
I changed some of my javascript files to *.es6 extension so that Rails asset pipeline can compile those files to *.es5 from ge…
-
We are exploring how we can improve Marko Widgets by leveraging the ES6 syntax and here are the initial thoughts:
``` javascript
import { Component } from 'marko-widgets';
export default class exten…
-
The tag will load our app through the index.js bundle Parcel will build. Thetype="module" argument indicates it’s an ES6 module
I did the very same set with book
can't get the result. it hints …
-
The current implementation requires that templates be written in ES5-style JavaScript, which is no fun at all.
The current process:
- load dist-style react.js into a v8 instance
- load template to be…
-
Hi
I've just looked at your fine package, and would like a new release where you es6-templates are included via npm. The newest release (1.1.0) does not include the es6 template/wrapper.
Do you have …
-
To put it simply, `window.Raphael` is so 1999 ;)
In all seriousness, module systems are an established part of Javascript development in 2016 ... so much so that there are three different competing s…
-
I am not able to use with ember 1.9 which requires handlebars 2.0. When I manually require handlebars 2.0 inside of broccoli-template-compiler/ember-template-compiler, I get an error trying to build:
…