Joshua Marantz

Results 9 comments of Joshua Marantz

I don't actually have them on hand, unfortunately - I've kept iterating as the day went on. When importing a named export (`import {foo} from '../shared/file`) foo was undefined, and...

if that isn't enough info, feel free to close the issue. I'd understand

Lemme see if I can reproduce it - I have more time today than yesterday

https://github.com/JNaftali/codeshare-demo

the 'shared' folder contains two files (jstest.js and tstest.ts) each with identical code. Each file exports two strings, one as a named export and one as a default export. I...

I suppose I could also fork your version of react-scripts... but whatever I end up doing, thank you so much for your help with this and all the work you've...

My work hasn't started on the project for which we require this, so we haven't settled on an answer yet. We're not too enthused about workspaces so we're considering using...

when one issue closes, another one opens - https://github.com/TypeStrong/ts-loader/issues/851

Here's how Shopify's page customizer handles modules being hidden - 3 states shown here are hidden module/visible module hover state/visible module not hovered. I agree with OP that this would...