@@ -103,33 +103,33 @@ multiple_crate_versions = "allow"
103103
104104[workspace .dependencies ]
105105# publish = true
106- oxc = { version = " 0.95 .0" , path = " crates/oxc" } # Main entry point
107- oxc_allocator = { version = " 0.95 .0" , path = " crates/oxc_allocator" } # Memory management
108- oxc_ast = { version = " 0.95 .0" , path = " crates/oxc_ast" } # AST definitions
109- oxc_ast_macros = { version = " 0.95 .0" , path = " crates/oxc_ast_macros" } # AST proc macros
110- oxc_ast_visit = { version = " 0.95 .0" , path = " crates/oxc_ast_visit" } # AST visitor pattern
111- oxc_cfg = { version = " 0.95 .0" , path = " crates/oxc_cfg" } # Control flow graph
112- oxc_codegen = { version = " 0.95 .0" , path = " crates/oxc_codegen" } # Code generation
113- oxc_compat = { version = " 0.95 .0" , path = " crates/oxc_compat" } # Browser compatibility
114- oxc_data_structures = { version = " 0.95 .0" , path = " crates/oxc_data_structures" } # Shared data structures
115- oxc_diagnostics = { version = " 0.95 .0" , path = " crates/oxc_diagnostics" } # Error reporting
116- oxc_ecmascript = { version = " 0.95 .0" , path = " crates/oxc_ecmascript" } # ECMAScript operations
117- oxc_estree = { version = " 0.95 .0" , path = " crates/oxc_estree" } # ESTree format
118- oxc_isolated_declarations = { version = " 0.95 .0" , path = " crates/oxc_isolated_declarations" } # TS declaration generation
119- oxc_mangler = { version = " 0.95 .0" , path = " crates/oxc_mangler" } # Name mangling
120- oxc_minifier = { version = " 0.95 .0" , path = " crates/oxc_minifier" } # Code minification
121- oxc_minify_napi = { version = " 0.95 .0" , path = " napi/minify" } # Node.js minifier binding
122- oxc_napi = { version = " 0.95 .0" , path = " crates/oxc_napi" } # NAPI utilities
123- oxc_parser = { version = " 0.95 .0" , path = " crates/oxc_parser" , features = [" regular_expression" ] } # JS/TS parser
124- oxc_parser_napi = { version = " 0.95 .0" , path = " napi/parser" } # Node.js parser binding
125- oxc_regular_expression = { version = " 0.95 .0" , path = " crates/oxc_regular_expression" } # Regex parser
126- oxc_semantic = { version = " 0.95 .0" , path = " crates/oxc_semantic" } # Semantic analysis
127- oxc_span = { version = " 0.95 .0" , path = " crates/oxc_span" } # Source positions
128- oxc_syntax = { version = " 0.95 .0" , path = " crates/oxc_syntax" } # Syntax utilities
129- oxc_transform_napi = { version = " 0.95 .0" , path = " napi/transform" } # Node.js transformer binding
130- oxc_transformer = { version = " 0.95 .0" , path = " crates/oxc_transformer" } # Code transformation
131- oxc_transformer_plugins = { version = " 0.95 .0" , path = " crates/oxc_transformer_plugins" } # Transformer plugins
132- oxc_traverse = { version = " 0.95 .0" , path = " crates/oxc_traverse" } # AST traversal
106+ oxc = { version = " 0.96 .0" , path = " crates/oxc" } # Main entry point
107+ oxc_allocator = { version = " 0.96 .0" , path = " crates/oxc_allocator" } # Memory management
108+ oxc_ast = { version = " 0.96 .0" , path = " crates/oxc_ast" } # AST definitions
109+ oxc_ast_macros = { version = " 0.96 .0" , path = " crates/oxc_ast_macros" } # AST proc macros
110+ oxc_ast_visit = { version = " 0.96 .0" , path = " crates/oxc_ast_visit" } # AST visitor pattern
111+ oxc_cfg = { version = " 0.96 .0" , path = " crates/oxc_cfg" } # Control flow graph
112+ oxc_codegen = { version = " 0.96 .0" , path = " crates/oxc_codegen" } # Code generation
113+ oxc_compat = { version = " 0.96 .0" , path = " crates/oxc_compat" } # Browser compatibility
114+ oxc_data_structures = { version = " 0.96 .0" , path = " crates/oxc_data_structures" } # Shared data structures
115+ oxc_diagnostics = { version = " 0.96 .0" , path = " crates/oxc_diagnostics" } # Error reporting
116+ oxc_ecmascript = { version = " 0.96 .0" , path = " crates/oxc_ecmascript" } # ECMAScript operations
117+ oxc_estree = { version = " 0.96 .0" , path = " crates/oxc_estree" } # ESTree format
118+ oxc_isolated_declarations = { version = " 0.96 .0" , path = " crates/oxc_isolated_declarations" } # TS declaration generation
119+ oxc_mangler = { version = " 0.96 .0" , path = " crates/oxc_mangler" } # Name mangling
120+ oxc_minifier = { version = " 0.96 .0" , path = " crates/oxc_minifier" } # Code minification
121+ oxc_minify_napi = { version = " 0.96 .0" , path = " napi/minify" } # Node.js minifier binding
122+ oxc_napi = { version = " 0.96 .0" , path = " crates/oxc_napi" } # NAPI utilities
123+ oxc_parser = { version = " 0.96 .0" , path = " crates/oxc_parser" , features = [" regular_expression" ] } # JS/TS parser
124+ oxc_parser_napi = { version = " 0.96 .0" , path = " napi/parser" } # Node.js parser binding
125+ oxc_regular_expression = { version = " 0.96 .0" , path = " crates/oxc_regular_expression" } # Regex parser
126+ oxc_semantic = { version = " 0.96 .0" , path = " crates/oxc_semantic" } # Semantic analysis
127+ oxc_span = { version = " 0.96 .0" , path = " crates/oxc_span" } # Source positions
128+ oxc_syntax = { version = " 0.96 .0" , path = " crates/oxc_syntax" } # Syntax utilities
129+ oxc_transform_napi = { version = " 0.96 .0" , path = " napi/transform" } # Node.js transformer binding
130+ oxc_transformer = { version = " 0.96 .0" , path = " crates/oxc_transformer" } # Code transformation
131+ oxc_transformer_plugins = { version = " 0.96 .0" , path = " crates/oxc_transformer_plugins" } # Transformer plugins
132+ oxc_traverse = { version = " 0.96 .0" , path = " crates/oxc_traverse" } # AST traversal
133133
134134# publish = false
135135oxc_formatter = { path = " crates/oxc_formatter" } # Code formatting
0 commit comments