farrow icon indicating copy to clipboard operation
farrow copied to clipboard

feat: add module for package.json

Open tqma113 opened this issue 3 years ago • 1 comments

tqma113 avatar Dec 20 '22 07:12 tqma113

farrow-schema has its subpath

  • farrow-schema/validator
  • farrow-schema/formatter

So exports in package.json will be needed.

If we need a real esm module in node.js, I prefer .mjs extension like what remesh do (build.esm.js).

Note: Make sure it can run esm module in node.js natively.

Lucifier129 avatar Dec 20 '22 15:12 Lucifier129