Boshen
Boshen
Repro and research: https://github.com/Boshen/test-esm-exports-array Pasting the content here: # Resolving package.exports array target ## Background ESM can define an array as the exports target: ```json { "exports": { ".": [...
Repro and summary - https://github.com/Boshen/test-nested-exports Pasting the contents here: # Resolving to the incorrect package with webpack (enhanced-resolve) ## tldr; In a monorepo, ESM saves us from resolving to the...
I removed the nursery category, which isn't meant to be always turned on. Once this is merged, affine will be added to our ecosystem CI https://github.com/oxc-project/oxlint-ecosystem-ci/pull/2

This is a continuation of * https://github.com/oxc-project/oxc/pull/2497 * https://github.com/oxc-project/oxc/issues/2295 Where the requirements are: Make our own version of `Atom
I had to nuke the build script and revert it back https://github.com/oxc-project/oxc/commit/6d63f99500c73d41ca2810ceff0e8ff8480e3285#diff-cb940282a3e680adf99d07ea6f52e94c5131d9e68153c8510abcecd6d166ceb9 https://github.com/oxc-project/oxc/commit/482dcc0aedf6b67800c5b7001a5d8d00854b1eec This is not urgent, but should be resolved before the next release, probably when transformer milestone 1...
Follow up on https://github.com/oxc-project/oxc/pull/3030 Need to test in real projects. Currently seeing false positives, and also panics.
https://github.com/oxc-project/oxlint-ecosystem-ci/actions/runs/9061291729/job/24892841948?pr=2 I haven't checked the details, but I temporary moved the rule nursery https://github.com/oxc-project/oxc/commit/6edcae86cda8922ea8f9e5eae91290018e1b1637 and is making a new release.
While I was working with `syn`, I found the documentation on AST nodes really helpful, we should do the same. https://docs.rs/syn/latest/syn/index.html#structs