SWC Bot
a5c56a9e14
chore: Bump crates
2024-01-28 12:35:38 +00:00
Donny/강동윤
07634a05ba
fix(es/codegen): Do not produce octal literals ( #8565 )
2024-01-28 12:34:03 +00:00
SWC Bot
236750716b
chore: Publish 1.3.107-nightly-20240128.1
2024-01-28 00:32:56 +00:00
SWC Bot
160043a2d3
chore: Bump crates
2024-01-27 04:57:56 +00:00
xiao xin
d6a4615898
fix(es/loader): Make tsc
resolver work for bare specifier ( #8550 )
...
**Description:**
From the typescript
[baseUrl](https://www.typescriptlang.org/docs/handbook/modules/reference.html#baseurl )
doc: When using bare specifiers (module specifiers that don’t begin with
./, ../, or /), baseUrl has a higher precedence than node_modules
package lookups.
In the current tsc resolver implementation, when resolving bare module
specifiers, baseUrl was not used except for `paths`, this cause the
belowing resolution failed, but it worked when used in typescript
project.
`tsconfig.json` / `.swcrc`:
```json
{
baseUrl: "."
paths: {
"@common/*": ["src/common/*"]
}
}
```
File structure:
- ./src/common/helper.ts
- ./src/index.ts
./src/index.ts content:
```ts
// tsc can resolve this, but tsc resolver cannot
import sth from "src/common/helper"
```
2024-01-27 04:56:11 +00:00
강동윤 (Donny)
039c1685c6
chore: Publish crates
2024-01-25 21:36:33 +09:00
SWC Bot
ceeba491c9
chore: Bump crates
2024-01-25 08:45:33 +00:00
magic-akari
f416aff7d7
fix(es/decorator): Preserve state while traversing the module_items
scope ( #8556 )
...
**Related issue:**
- Closes #8551
2024-01-25 08:44:02 +00:00
SWC Bot
5f9b7b4c8b
chore: Bump crates
2024-01-25 07:20:48 +00:00
magic-akari
6a8dd8cbb3
fix(es/decorator): Skip TypeScript class method/prop declarations ( #8555 )
...
**Related issue:**
- Closes #8552
2024-01-25 07:19:20 +00:00
강동윤 (Donny)
1890e66023
chore: Publish crates
2024-01-25 14:07:30 +09:00
Donny/강동윤
4c0e4fb158
chore: Publish v1.3.106
with swc_core
v0.89.1
( #8554 )
2024-01-25 14:05:42 +09:00
SWC Bot
2e5ac7a7aa
chore: Publish 1.3.106-nightly-20240125.1
2024-01-25 00:29:34 +00:00
SWC Bot
c5053d1574
chore: Bump crates
2024-01-24 12:01:48 +00:00
Donny/강동윤
fab27dabed
fix(es/loader): Don't use browser versions for jsc.paths
( #8548 )
...
**Related issue:**
- https://github.com/vercel/next.js/issues/56144
2024-01-24 12:00:05 +00:00
SWC Bot
098cdd36e2
chore: Publish 1.3.106-nightly-20240124.1
2024-01-24 11:34:52 +00:00
SWC Bot
994d7adcd0
chore: Bump crates
2024-01-24 09:19:54 +00:00
Donny/강동윤
ae786692a0
fix(es/codegen): Set sourceRoot
of sourcemaps ( #6086 )
...
**Related issue:**
- Closes #2362
2024-01-24 09:18:09 +00:00
SWC Bot
6429c8d56a
chore: Bump crates
2024-01-24 05:07:50 +00:00
Donny/강동윤
00619b1708
feat(css/parser): Implement error reporting for @value
of CSS Modules ( #8547 )
2024-01-24 05:06:20 +00:00
SWC Bot
c3fd9d081e
chore: Bump crates
2024-01-24 02:04:25 +00:00
Donny/강동윤
043ee85d08
fix(common): Fix source map generation with inputSourceMap
( #8546 )
...
**Description:**
- This PR fixes the source map generation when `inputSourceMap` is specified.
- This PR fixes `minify()` not accepting parsed source map in the option.
**Related issue:**
- Closes #8372 .
2024-01-24 02:02:45 +00:00
SWC Bot
bfdfd3a26b
chore: Bump crates
2024-01-24 01:13:57 +00:00
Donny/강동윤
aa70131c55
fix(es/minifier): Fix a bug related to inliner and the variable scoping ( #8542 )
...
**Related issue:**
- Closes #8246
2024-01-24 01:12:02 +00:00
SWC Bot
2d15177ca9
chore: Bump crates
2024-01-23 08:38:01 +00:00
Donny/강동윤
4630426d6a
chore(common): Update sourcemap
( #8544 )
...
**Related issue:**
- Closes #7822
2024-01-23 08:36:04 +00:00
SWC Bot
12be23cfb5
chore: Bump crates
2024-01-23 04:25:38 +00:00
Donny/강동윤
fc929e962b
fix(es/compat): Support vars from reserved_word
pass ( #8543 )
...
**Related issue:**
- Closes #8539
2024-01-23 04:23:48 +00:00
SWC Bot
ecd9403c1d
chore: Bump crates
2024-01-23 03:46:27 +00:00
Artem Zverev
49ebdf9fb7
fix(binding/types): Add bugfixes
field to EnvConfig ( #8538 )
...
**Description:**
Add `bugfixes` field to EnvConfig
2024-01-23 03:44:57 +00:00
SWC Bot
1386fb826f
chore: Publish 1.3.106-nightly-20240123.1
2024-01-23 00:14:13 +00:00
SWC Bot
979061f6ba
chore: Bump crates
2024-01-22 13:04:29 +00:00
Fy
71930ffb56
fix(es/quote): Add support for import phase to quote macro ( #8536 )
...
**Description:**
When using quote! to generate import decl, compile error: missing field `phase` in initializer of 'swc_core::ecma::ast::Import'
2024-01-22 22:02:49 +09:00
SWC Bot
240ed1385d
chore: Publish 1.3.106-nightly-20240122.2
2024-01-22 09:02:03 +00:00
SWC Bot
ae75dcb710
chore: Bump crates
2024-01-22 08:53:49 +00:00
Donny/강동윤
793f2651a8
feat(swc_core): Expose preset_env_base
( #8537 )
2024-01-22 17:51:26 +09:00
SWC Bot
6842e646e0
chore: Publish 1.3.106-nightly-20240122.1
2024-01-22 00:18:11 +00:00
SWC Bot
990f291d43
chore: Bump crates
2024-01-21 15:30:11 +00:00
Donny/강동윤
2d8bd9ed89
fix(es/module): Fix handling of *
in jsc.paths
( #8535 )
...
**Related issue:**
- Closes #8375
2024-01-21 15:28:38 +00:00
SWC Bot
9c23f1cf38
chore: Bump crates
2024-01-21 12:37:38 +00:00
Donny/강동윤
71fb5c12a7
fix(es/module): Fix resolving of dependencies ( #8533 )
...
**Description:**
I changed the signature of `Resolve` because there was a need to pass the `value` part from `jsc.paths` to the caller.
**Related issue:**
- Closes #8184
2024-01-21 21:35:57 +09:00
강동윤 (Donny)
fb8d6cde0e
Update @swc/plugin-jest
2024-01-21 15:59:06 +09:00
SWC Bot
eee7925af2
chore: Publish 1.3.106-nightly-20240121.1
2024-01-21 05:41:23 +00:00
SWC Bot
6210bf19de
chore: Bump crates
2024-01-21 03:08:11 +00:00
magic-akari
72048ae1ce
feat(es/ast): Support import phase ( #8279 )
...
**Description:**
- https://github.com/tc39/proposal-source-phase-imports
2024-01-21 12:05:46 +09:00
Donny/강동윤
bc38ac906c
fix(es/ast): Fix definition of SetterProp
( #8314 )
...
**Related issue:**
- Closes #8157
- Closes #8377
2024-01-21 12:05:46 +09:00
David Sherret
572bcaefc1
fix(es/ast): Add definite
and is_override
to AutoAccessor
( #8436 )
...
**Description:**
Adds a `definite` and `is_override` property to `AutoAccessor` as they were missing.
It also fixes codegen for `AutoAccessor` when emitting TypeScript (which is the main reason I need this PR).
**BREAKING CHANGE:**
Adds a `definite` and `is_override` property.
**Related issue:**
- Closes #8344
2024-01-21 12:05:46 +09:00
강동윤 (Donny)
c104f64722
chore: Publish crates
2024-01-21 12:04:57 +09:00
Donny/강동윤
40d9fb78d5
chore: Publish v1.3.105
with swc_core
v0.87.29
( #8531 )
2024-01-21 12:01:52 +09:00
SWC Bot
1ca0d65c29
chore: Bump crates
2024-01-21 02:34:11 +00:00