Anders D. Johnson
Anders D. Johnson
Hi, it would be great if you could support the Terser `/*@__PURE__*/` annotation since Webpack uses this as well. This would be in addition to or as a replacement for...
After #30 was fixed, I now get this error in the Chrome console, while the app attempts to load GitHub repos: > XMLHttpRequest cannot load https://github.com/login/oauth/authorize?client_id=ab06c74795a1ad8ac20a&red…e=public_repo%2C+read%3Aorg&state=8abe8bd1e9b35d6ae9820a602b2aa0abb21a8dd2. No 'Access-Control-Allow-Origin' header is...
Have you thought about refactoring this to use the native `TextEncoder` in Node since v11? * https://nodejs.org/api/util.html#util_class_util_textencoder * https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder#See_also Relates to https://github.com/dy/string-to-arraybuffer/issues/1.
CLI
Add a command-line interface.
Due to alleged errors with the valueForKey method such as "Too many arguments to function call, expected 0, have 3", around this line: https://github.com/domesticcatsoftware/DCIntrospect/blob/9555122e94e0f61375e5b375b906b81d6d5b1e6e/DCIntrospect/DCIntrospect.m#L127 XCode 5.1.1 refuses to compile this...
We should support a function to just get the array of module names as strings (instead of the constructed regex) for use with something like https://github.com/module-federation/next-transpile-modules.