Skip to content

Conversation

dqdq4197
Copy link

@dqdq4197 dqdq4197 commented Mar 11, 2025

This PR fixes a typo in the CryptoJS.pad.Ansix923 export name in the grunt/config/modularize.js. The incorrect spelling caused issues where the padding method was not recognized correctly, leading to unexpected behavior.

import Ansix923 from 'crypto-js/pad-ansix923';

console.log(Ansix923); // Expected: [Function: AnsiX923], but got: undefined

Changes
• Corrected the export name from Ansix923 to AnsiX923.

Let me know if further modifications are needed!

@dqdq4197 dqdq4197 force-pushed the develop branch 5 times, most recently from 4ac73c5 to ea3a125 Compare March 12, 2025 08:45
@dqdq4197 dqdq4197 force-pushed the develop branch 3 times, most recently from 4c24ebc to 6daa5d0 Compare March 14, 2025 04:59
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.

2 participants