oxc 0.1.0-x86_64-linux-gnu → 0.149.0-x86_64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.149.0
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Marco Roth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-25 00:00:00.000000000 Z
11
+ date: 2026-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Oxc, the JavaScript Oxidation Compiler. A collection
14
14
  of high-performance tools for JavaScript and TypeScript written in Rust.
@@ -34,12 +34,15 @@ files:
34
34
  - lib/oxc/errors.rb
35
35
  - lib/oxc/minifier.rb
36
36
  - lib/oxc/minify_result.rb
37
+ - lib/oxc/mutation_visitor.rb
38
+ - lib/oxc/node.rb
37
39
  - lib/oxc/options.rb
38
40
  - lib/oxc/parse_result.rb
39
41
  - lib/oxc/result.rb
40
42
  - lib/oxc/transform_result.rb
41
43
  - lib/oxc/transformer.rb
42
44
  - lib/oxc/version.rb
45
+ - lib/oxc/visitor.rb
43
46
  - licenses/README.md
44
47
  - licenses/oxc-MIT.txt
45
48
  - licenses/oxc-THIRD-PARTY.txt
@@ -65,6 +68,8 @@ files:
65
68
  - sig/oxc/errors.rbs
66
69
  - sig/oxc/minifier.rbs
67
70
  - sig/oxc/minify_result.rbs
71
+ - sig/oxc/mutation_visitor.rbs
72
+ - sig/oxc/node.rbs
68
73
  - sig/oxc/options.rbs
69
74
  - sig/oxc/parse_result.rbs
70
75
  - sig/oxc/result.rbs
@@ -72,6 +77,7 @@ files:
72
77
  - sig/oxc/transformer.rbs
73
78
  - sig/oxc/types.rbs
74
79
  - sig/oxc/version.rbs
80
+ - sig/oxc/visitor.rbs
75
81
  homepage: https://github.com/marcoroth/oxc-ruby
76
82
  licenses:
77
83
  - MIT