Boris Ettinger

Results 4 comments of Boris Ettinger

I don't think you can mix parcel with google closure and you don't need to. Replace `goog.require` with `import` and `goog.provide` with `export`.

> Am I supposed to use a plugin like [parcel-plugin-closure](https://github.com/fathyb/parcel-plugin-closure)? I don't believe it will work. It is intended for Closure compiler and not for Closure library.

There is a more fundamental issue here. You are trying to arrange things the way closure library works and it's not compatible with parcel. Closure library is sticking attributes into...

@alexander-beedie @ritchie46 @matteosantama Would you mind if I took a stab at this issue? I think I understand what needs to be done.