Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing accidental detection of require.js as common js #16

Merged
merged 1 commit into from
Mar 22, 2013

Conversation

nathanathan
Copy link
Contributor

I changed to code to check for common js by looking for exports and module instead. Also, would it be possible to require fs inside the function where it's used?

I changed to code to check for common js by looking for exports and module instead. Also, would it be possible to require fs inside the function where it's used?
redchair123 added a commit that referenced this pull request Mar 22, 2013
Fixing accidental detection of require.js as common js
@redchair123 redchair123 merged commit 140f4a3 into SheetJS:master Mar 22, 2013
@redchair123
Copy link

@nathanathan I committed this but also dropped an email to the requirejs group to make sure that's the right technique

@SheetJS SheetJS locked and limited conversation to collaborators Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants