rsnext/packages/next-swc/crates/core
Shu Ding 2f3a503d8b
Allow export decl with any init value in the actions compiler (#49600)
Because of the flexibility of export declarations, we can't know the
exact export type of exported values so we should allow all of them.
Especially when we already have runtime checks.
fix #49378
fix NEXT-1137
2023-05-10 19:46:21 +02:00
..
src Allow export decl with any init value in the actions compiler (#49600) 2023-05-10 19:46:21 +02:00
tests Allow export decl with any init value in the actions compiler (#49600) 2023-05-10 19:46:21 +02:00
Cargo.toml feat: Allow trace-level logging for non-published release builds (#49564) 2023-05-10 14:50:36 +02:00