Skip to content

Commit

Permalink
chore: dep updates, including TS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Nov 13, 2024
1 parent 3a85dab commit afdd7a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
"pnpm": {
"overrides": {
"typescript": "5.6.3",
"vfile": "6.0.3",
"@supabase/realtime-js": "2.8.4"
},
"patchedDependencies": {
Expand Down
5 changes: 2 additions & 3 deletions packages/qwik/src/core/qrl/qrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ import type { QContext } from '../state/context';
import { mapJoin } from '../container/pause';
import { throwErrorAndStop } from '../util/log';

// https://regexr.com/68v72
// @ts-expect-error -- this works
const EXTRACT_IMPORT_PATH = /\(\s*(['"])([^\1]+)\1\s*\)/;
// https://regexr.com/887uk
const EXTRACT_IMPORT_PATH = /\(\s*(['"])(.+?)\1\s*\)/;

// https://regexr.com/690ds
const EXTRACT_SELF_IMPORT = /Promise\s*\.\s*resolve/;
Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afdd7a0

Please sign in to comment.