File tree 3 files changed +4
-4
lines changed
issues-8xxx/8375/1/output
jsc-paths/vercel-site/1/output
swc_ecma_loader/src/resolvers
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Object . defineProperty ( exports , "__esModule" , {
3
3
value : true
4
4
} ) ;
5
- const _interop_require_wildcard = require ( "src/ @swc/helpers/_/_interop_require_wildcard" ) ;
5
+ const _interop_require_wildcard = require ( "@swc/helpers/_/_interop_require_wildcard" ) ;
6
6
const _hello = require ( "./src/hello" ) ;
7
- const _node = _interop_require_wildcard . _ ( require ( "src/ @sentry/node" ) ) ;
7
+ const _node = _interop_require_wildcard . _ ( require ( "@sentry/node" ) ) ;
8
8
_node ;
9
9
( 0 , _hello . helloWorld ) ( "SWC" ) ; /*#__PURE__*/
Original file line number Diff line number Diff line change 1
- import { nanoid } from "./ nanoid" ;
1
+ import { nanoid } from "nanoid" ;
2
2
import { fnv1a } from "../fnv1a" ;
3
3
export var VERCEL_AUTHENTICATED_PREFIX = "v_" ;
4
4
/**
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ where
253
253
Err ( err) => err,
254
254
} ) ;
255
255
256
- if to. len ( ) == 1 {
256
+ if to. len ( ) == 1 && !prefix . is_empty ( ) {
257
257
info ! (
258
258
"Using `{}` for `{}` because the length of the jsc.paths entry is \
259
259
1",
You can’t perform that action at this time.
0 commit comments