zekai

Results 9 comments of zekai

@hfossli it's possible also doable. I'll try to find out some time to implement it.

Hey @m1sta It is a good feature. I'm thinking how I can implement it properly. Which includes: - coffeescript - babel - purescript - elm - clojurescript .... why so...

Thanks for the idea, although many packages like browserify and some other packages which related to "build the project" to tell the "builder" how to process the project files, I...

Maybe that is a issue in the light background theme, can you tell me which theme it is that I can reproduce it in my computer?

For router, I think it's better remove that dependency for server bundle, since it's not a hard requirement for router here.

IMO, a separate `browser` field in the `package.json` to eliminate the browser host object dependency.

eg: https://webpack.js.org/configuration/resolve/#resolvemainfields

From the announcement: > To clarify, we didn't get a C&D and took down the repo to prevent legal issues before release. Code to actually implement what we have found...

`evalClosureSync` All the `*Sync` method runs in the main thread. While your callback is also defined in the main isolate/thread, it will be run in the main isolate/thread as well....