Skip to content

Update @adhd/transform export structure#4

Merged
PseudoSky merged 2 commits intomainfrom
hooks-fix
Apr 12, 2025
Merged

Update @adhd/transform export structure#4
PseudoSky merged 2 commits intomainfrom
hooks-fix

Conversation

@PseudoSky
Copy link
Owner

@PseudoSky PseudoSky commented Apr 12, 2025

Removes the default export and updates the related imports

1: Modify transform module for build compat

Removes
import _ from '@adhd/transform'

Replaces with
import { Transform as _ } from '@adhd/transform'

Purpose
Improved build compatibility

2: Attempt to correct web worker usage in react-hooks for use-file-download

There was a referenced worker.js file that didn't exist

3: Output UMD builds for standalone web / cdn build

@deepsource-io
Copy link
Contributor

deepsource-io bot commented Apr 12, 2025

Here's the code health analysis summary for commits 2be22d9..2c510c1. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 25 occurences introduced
🎯 1 occurence resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@PseudoSky PseudoSky merged commit 5ec2ccb into main Apr 12, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments