Jakob Heuser
Jakob Heuser
Hi Patrick. A couple of questions: In your console, what does the value of Inject.version equal? I want to make sure we are looking at the same code base. Regarding...
Thanks Patrick. Do you mind sharing your Inject configuration? I'd be curious to see what rules you have, as those are often the culprit. (Also, if there are no deprecated...
I think the cause of this is our scanner is straight regex. It doesn't really discriminate within scopes for performance reasons. I have some design ideas I'd like to propose...
Number 3 was just ruled out in a work conversation today. It turns out the built version of Bluebird actually has an internal require() function that trips this up too....
Having thought about this over the break, I'm liking the `pragma` idea more and more. People could always pre-optimize their items if they want, add it in a build step,...
@asakusuma I thought about the `Inject.noscan` option, but the API is already pretty complex. We have - addFileRule - addModuleRule - addContentRule - addFetchRule - addPackage I'd much rather us...
At the local Inject meeting, we talked through the ideas, and we settled on the following: - `Inject.pragma.noScan(content)` will wrap `content` with noscan pragmas - The noscan pragmas are demarqued...
I think that's a pretty reasonable request. Out of the box, it does support the AMD plugin in 0.4.1. Do you think there's any value in adding a direct-plugin, which...