Josh Goebel
Josh Goebel
> Using the constructor function: Of which `var Klass = function() {}` is perfectly valid I believe. I think you'll want to read the second part of my response which...
Closing as wontfix. Our detection of both CamelCase classes and SCREAM_CASE constants is intentional.
Well the "all green" after a certain point is likely a bug in how we handle strings, but if that sample is any indicator it looks like our handling of...
Go for it. :)
All our code is open source, share it wherever... But I think one docker convention is that Dockerfile.* can be a dockerfile... so that might technically be correct in some...
Keywords match in the order defined, so reverse the order of filter and filter-out. If we're going to start including more things in $() then it's no longer only variables...
Correct or blank, but I'm not familiar enough with Makefile to know what that content is...
Yet default is exported you can see it right there... how are you trying to use this in your project?
Perhaps it's a vite issue?
> Have to setup @rollup/plugin-commonjs That sounds like a reasonable solution in the interim. This should also be fixed when we hit version 12 and only ship ES builds. Closing...