Results 440 comments of Jack Works

You can use your bundler plugin to remove "hide implementation" in the source code.

Actually only typescript accepts Unicode escape sequences. Maybe a LGTM from the Typescript team is enough.

hi! Since TypeScript merges https://github.com/microsoft/TypeScript/pull/48609, now this is consistent behavior across the most common transpilers in the ecosystem, that is disallows UnicodeEscapeSequence in JSXIdentifier. I think this PR can be...

If we're going to remove namespace descriptors, I'd want to require a `StaticModuleRecord.ofExports({...})`

It should be less length in words for example just "lazy"

So what about `defer import { } from 'str'`?

I'm unsure if your comment relates to this issue, but I'll write down what I recently found as a memo. Firstly, Chrome supports service workers with native ES modules now,...

Native ES service worker works, dynamic import does not. While using this plugin, compiled ES modules (including dynamic import) work after bundling, loading by `importScritps`. Native ES service worker does...

> Supporting commonjs will allow importing 'react-hook-form', which fails with module not found when setting "module" to "EsNext" in tsconfig.json. As a workaround, I am currently using babel/preset-typescript to transpile...

you can write `` 👀