Guy Bedford
Guy Bedford
Do you mean something like changing line 13 to: ``` javascript callback('define(function(require, exports, module) { (function(){var define=undefined;' + source + ' \n//# sourceURL=' + req.toUrl(name) + '\n})() });'); ``` A...
Glad to hear it worked and you like the ideas! This one is the loader I'm focusing on at the moment - http://github.com/guybedford/systemjs
This project hasn't been maintained for over a year so it may have drifted out of date with RequireJS updates. I have no idea of that error message - it...
It would be great to support a feature like this definitely!
Yes, this is necessary, as that is how the polyfill operates in rewriting the specifiers using blob URLs.
Yes, this is by design - `import.meta` is detected as having a `import.d === -2` value, and offsets are provided, but parsing of properties must be handled manually due to...
It should be possible to get this project building for native C quite easily yes. That said, since it wasn't designed for this, it likely would have vulnerabilities outside of...
Yes, that's correct.
Ah, ok I've given you access to the Rust lexer. Note it's behind this main branch by quite a bit now, although in theory the upstreaming shouldn't be too tricky....
I cloned the example and ran it in latest Chrome, but didn't get any race condition. What browser are you using? If you want to avoid the plugin parsing all...