JW

Results 23 comments of JW

> Never used `pnpm` before, and only tested it with `npm`. Can you explain your changes? in my project, `dep-a` looks like ```json { "exports": { "./package.json": "./package.json", "./module": {...

> Your `exports` doesn't have defined `require` entries, only `import` ones. Are you sure this is not the source issue? I update `dep-a & dep-b` package exports, here is my...

`/resolver.js` is fork version of this repo, same as this pr

@jeddy3 thanks ```ts /* stylelint-disable at-rule-no-unknown */ /* stylelint-disable at-rule-no-unknown */ ``` But, I'm a little confused about why double disable ignore will trigger error...(not just classify problem)

i change entry file into index.js, i get the same error

如果上面的示例代码,如何修改才不会导致内存泄漏?

@tonicastillo try https://github.com/JiangWeixian/react-photoswipe

> By design,just change the file name passed into the `parseFileSync` you'll get the same result. I think it's a bug

> Compiler @kdy1 const compiler = new Compiler() const ast = compiler.parseFileSync('test.jsx', { syntax: 'ecmascript' }) const compiler1 = new Compiler() const ast1 = compiler1.parseFileSync('test.js', { syntax: 'ecmascript' }) ```...