Skip to content
Open
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
bf25912
feat(minifier): simplify assigment with array destructuring
armano2 Dec 6, 2025
741d76c
fix: support [a=1]=[1] syntax
armano2 Dec 8, 2025
44c804a
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 9, 2025
4af362a
fix: simplify code
armano2 Dec 9, 2025
03761c5
fix: simplify code more
armano2 Dec 9, 2025
37f56af
fix: update unit tests
armano2 Dec 9, 2025
b044ab4
Merge branch 'fix/inline-statements' of github.com:armano2/oxc into f…
armano2 Dec 9, 2025
672ad04
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 9, 2025
8f048d5
fix: simplify code
armano2 Dec 9, 2025
02b2278
refactor: refactor code
armano2 Dec 9, 2025
b16d9da
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 10, 2025
cd98bd1
fix: skip elision in init
armano2 Dec 10, 2025
388a8ef
Merge branch 'main' into fix/inline-statements
armano2 Dec 10, 2025
9abf038
feat: implement minification of objects
armano2 Dec 10, 2025
01738dd
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 13, 2025
f44749a
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 14, 2025
e3432df
fix: improve inlining numeric literals
armano2 Dec 14, 2025
5ccabce
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 17, 2025
1cbea81
fix: do not change computed properties
armano2 Dec 17, 2025
4ee3fda
Merge branch 'main' into fix/inline-statements
armano2 Dec 22, 2025
b908dfa
fix: update code with latest main changes and remove object destruction
armano2 Dec 22, 2025
791b843
fix: simplify get
armano2 Dec 22, 2025
bd36ecf
fix: add more comments
armano2 Dec 22, 2025
129c07d
chore: revert test changes
armano2 Dec 22, 2025
0b0cee4
fix: simplify expressions with arguments
armano2 Dec 22, 2025
b5da918
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 22, 2025
e784a67
Merge branch 'main' into fix/inline-statements
armano2 Dec 22, 2025
6a567e4
fix: reduce cognitive complexity
armano2 Dec 22, 2025
7a06b50
fix: cleanup value_type
armano2 Dec 22, 2025
3db6589
feat: first pass of removing spread
armano2 Dec 22, 2025
b804018
fix: improve handling of empty rests
armano2 Dec 22, 2025
02dda4f
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 23, 2025
57a00d0
fix: disable inlining of var's
armano2 Dec 24, 2025
e80cba6
fix: disable inlining var's
armano2 Dec 24, 2025
8d44e2f
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 24, 2025
a1806c9
fix: introduce iterim variables
armano2 Dec 24, 2025
cd94ef9
refactor code for better inlining
armano2 Dec 24, 2025
2fef058
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 24, 2025
1d33cd9
fix: formatting
armano2 Dec 24, 2025
4e9ac4e
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Dec 24, 2025
0a72fed
do not create variables if there is only one init
armano2 Dec 24, 2025
788f6fa
fix: correct regresion
armano2 Dec 24, 2025
ddb7b94
Merge remote-tracking branch 'origin/fix/inline-statements' into fix/…
armano2 Dec 24, 2025
cdbb01f
fix: apply feedback from code review
armano2 Dec 25, 2025
e67284e
Merge branch 'main' into fix/inline-statements
armano2 Dec 25, 2025
4a25488
test: update unit tests
armano2 Dec 25, 2025
795da47
fix: correct issue with inlining spread for var
armano2 Dec 25, 2025
01e6ea3
improve comments and add missing test case
armano2 Dec 25, 2025
490806a
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jan 2, 2026
21382e9
fix: check if binding identifier is used within init or it may be use…
armano2 Jan 2, 2026
cbbc094
fix: correct lint issues
armano2 Jan 2, 2026
9800c9b
fix: more lint issues
armano2 Jan 2, 2026
033ac06
Merge branch 'main' into fix/inline-statements
armano2 Jan 8, 2026
928a318
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jan 8, 2026
8d8667d
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jan 17, 2026
21d1b2d
Merge branch 'main' into fix/inline-statements
armano2 Jan 19, 2026
9bf4a28
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Mar 16, 2026
404657a
Merge branch 'main' into fix/inline-statements
armano2 Apr 11, 2026
c3a3011
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Apr 27, 2026
11ad2f6
fix: update tests post array spread changes
armano2 Apr 27, 2026
9fd65a7
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 27, 2026
5afdc3e
fix: correct new linting issues
armano2 Apr 27, 2026
61d0ab8
chore: merge main
sapphi-red May 8, 2026
661ccb5
perf: avoid n^2
sapphi-red May 8, 2026
5b7f180
[autofix.ci] apply automated fixes
autofix-ci[bot] May 8, 2026
6183c6d
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 May 18, 2026
5239d96
fix: apply changes from code review and improve detection of self ref…
armano2 May 18, 2026
ff3d925
fix: correct dereference
armano2 May 18, 2026
366d7d9
Merge branch 'main' into fix/inline-statements
armano2 Jun 6, 2026
24c4994
Merge branch 'main' into fix/inline-statements
armano2 Jun 29, 2026
0929f82
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jul 12, 2026
8260ae3
fix: refactor code to allow usage of new drop_ and replace_ helpers
armano2 Jul 13, 2026
adfe876
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jul 13, 2026
fb7e9c8
fix: correctly drop expressions when value is determined
armano2 Jul 13, 2026
872734d
fix: make clippy happy
armano2 Jul 13, 2026
9d1f4f5
Merge remote-tracking branch 'upstream/main' into fix/inline-statements
armano2 Jul 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading