Commit 382958a
committed
feat(span)!: remove re-exports of string types from
For historical reasons, `oxc_span` crate was re-exporting string types which now live in `oxc_str` crate.
Remove these re-exports, and import these types directly from `oxc_str`.
Main motivation is just that it makes sense, but it should also have a minor positive effect on compile times - `oxc_span` and `oxc_str` crates can now be compiled in parallel.oxc_span crate (#21246)1 parent c4aedfa commit 382958a
173 files changed
Lines changed: 322 additions & 174 deletions
File tree
- .github/generated
- apps/oxlint
- src/output_formatter
- crates
- oxc_ast
- src
- ast_impl
- ast
- generated
- oxc_codegen
- src
- oxc_formatter
- src/ast_nodes/generated
- oxc_isolated_declarations
- src
- oxc_linter/src
- config
- settings
- rules
- eslint
- no_shadow
- no_unused_vars
- fixers
- import
- jest
- no_standalone_expect
- prefer_lowercase_title
- jsx_a11y
- node
- oxc
- promise
- react
- typescript
- unicorn
- vitest
- vue
- service
- utils
- oxc_mangler
- src
- oxc_minifier/src
- traverse_context
- oxc_parser
- src
- jsx
- js
- lexer
- oxc_regular_expression
- src
- parser
- pattern_parser
- reader
- oxc_semantic/src
- checker
- class
- ts_enum
- oxc_span/src
- oxc_syntax
- src
- oxc_transformer_plugins/src
- oxc_transformer
- src
- common
- es2017
- es2022/class_properties
- jsx
- typescript
- utils
- oxc_traverse/src/context
- napi/parser
- src
- tasks
- ast_tools
- src/generators
- formatter
- transform_checker
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments