Skip to content

Commit

Permalink
chore: index
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Aug 7, 2024
1 parent 2f5e798 commit f033f0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ import stringPrototypeTrimright from './codemods/string.prototype.trimright/inde
import stringPrototypeTrimstart from './codemods/string.prototype.trimstart/index.js';
import stringRaw from './codemods/string.raw/index.js';
import symbolPrototypeDescription from './codemods/symbol.prototype.description/index.js';
import traverse from './codemods/traverse/index.js';
import typedArrayBuffer from './codemods/typed-array-buffer/index.js';
import typedArrayByteLength from './codemods/typed-array-byte-length/index.js';
import typedArrayByteOffset from './codemods/typed-array-byte-offset/index.js';
Expand Down Expand Up @@ -298,10 +299,11 @@ export const codemods = {
"string.prototype.trimstart": stringPrototypeTrimstart,
"string.raw": stringRaw,
"symbol.prototype.description": symbolPrototypeDescription,
"traverse": traverse,
"typed-array-buffer": typedArrayBuffer,
"typed-array-byte-length": typedArrayByteLength,
"typed-array-byte-offset": typedArrayByteOffset,
"typed-array-length": typedArrayLength,
"typedarray.prototype.slice": typedarrayPrototypeSlice,
"xtend": xtend,
};
};

0 comments on commit f033f0f

Please sign in to comment.