Sean Lee

Results 36 comments of Sean Lee

I suppose one way to resolve this is to transpile ``` a { --prop: red; } b { --prop: blue; } c { color: var(--prop) } ``` to, assuming `b`...

## Steps for testing Here are what I've verified as working: 1. Visit an example extension items page https://store.whale.naver.com/detail/fakkbgbaojmoojmlgddealabpahehofh 1. Verify that the extension's icon is shown (active). 1. Open...

> What do you mean by that? In Chrome, crx cannot be installed by clicking links, but right-click + Save-as would work. A link/URL to something that is very likely...

Still haven't got time to review this? I noticed that there are several places in README.md and crxviewer.html which lists web stores that the extension supports. Users of Whale extensions...

Thank you for bringing up the issue and for the PR! The suggested fix seems to be harmless, but I'd like to first understand what's going on in more detail....

Experiencing the same issue on an Windows insider preview, version 2004 build 20226.1000.

Some times back, I have implemented exactly what you are doing, that is, using input source maps and chunks on Windows. It was done as a part of https://github.com/theseanl/tscc. A...

@nreid260 Hi, I think this issue is not fixed in the version published in NPM. It seems to be working in the closure-compiler-debugger, but can still be reproduced by using...

On my end, the issue persists on the current nightly version [20210901.0.0-nightly](https://www.npmjs.com/package/google-closure-compiler) which was published only 6 hours ago, so I think something that might be fixed now cannot be...

Whatever externs that the NPM version feed by default. My understanding is that this includes "canonical" externs such as `es3.js` for example.