acthp

Results 15 issues of acthp

The file in dist has es6 syntax, making it difficult to import: running babel on node_modules source is problematic. I more typically find that modules written in es6 are compiled...

I'm not sure what problem augmentStackTraceWithInitialElement is trying to solve, but its effect is to add a bogus frame element pointing to TraceKit. It's particularly bad because it happens via...

Is there no support for symbols? The loads method is choking on all edn with symbols that I give it.

Is there a way to concat files? I see file copy, but no append or concat.

``` Module not found: Error: Can't resolve 'fs' in '/home/brian/tmp/XenaGoWidget/node_modules/jsedn/lib' @ ./node_modules/jsedn/lib/reader.js 275:9-22 @ ./node_modules/jsedn/index.js @ ./src/XenaGoApp.js @ ./demo/src/index.js @ multi ./node_modules/nwb/polyfills.js (webpack)-dev-server/client?/ (webpack)/hot/only-dev-server.js ./demo/src/index.js ``` ``` Module not found:...