File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Declarative Mapper for Node.js
1111
1212- [ Overview] ( #overview )
1313 - [ Quick Start Example] ( #quick-start-example )
14+ - [ Compatibility] ( #compatibility )
1415- [ Mapping Instructions] ( #mapping-instructions )
1516 - [ Runtime Variables Quick Reference] ( #runtime-variables-quick-reference )
1617 - [ Objects] ( #objects )
@@ -74,6 +75,11 @@ const mapper = createMapper({
7475const results = sourceOrders .map (mapper );
7576```
7677
78+ ## Compatibility
79+
80+ - ** Node.js:** 16+
81+ - ** Browser:** best effort support; requires a ` vm ` polyfill
82+
7783## Mapping Instructions
7884
7985In mapping JSON, the left side is a key in the resulting object.
Original file line number Diff line number Diff line change 2020 " typescript"
2121 ],
2222 "type" : " module" ,
23+ "engines" : {
24+ "node" : " >=16"
25+ },
2326 "main" : " dist/cjs/index.js" ,
2427 "types" : " types/index.d.ts" ,
2528 "exports" : {
You can’t perform that action at this time.
0 commit comments