File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3-
41npx nx run cel-typescript:format:check
52npx nx run cel-typescript:check
63npx nx run cel-typescript:lint
Original file line number Diff line number Diff line change @@ -129,12 +129,11 @@ This project consists of three main components:
129129
1301303 . ** TypeScript Wrapper** : A TypeScript API that provides a clean interface to
131131 the native module, handling type conversions and providing a more idiomatic
132- JavaScript experience. The [ dual-package] setup ensures seamless
133- compatibility with both ESM and CommonJS consumers, allowing the library to
134- be used in modern and legacy Node.js environments alike.
132+ JavaScript experience.
135133
136- [ dual-package] :
137- https://nodejs.org/api/packages.html#dual-commonjses-module-packages
134+ > [ !NOTE]
135+ >
136+ > Only ESM is supported by this package.
138137
139138### Native Module Structure
140139
Original file line number Diff line number Diff line change 3232 },
3333 "./native" : {
3434 "import" : " ./esm/wrapper.js" ,
35- "require" : " ./index.js" ,
3635 "types" : " ./index.d.ts"
3736 }
3837 },
You can’t perform that action at this time.
0 commit comments