◐ Shell
clean mode source ↗

deps: update amaro to 1.1.9 · nodejs/node@8b3a4fc

Original file line numberDiff line numberDiff line change

@@ -67,10 +67,6 @@ node --watch ./bootstrap.mjs

6767
6868

For transform mode, swap `amaro/strip` with `amaro/transform` and run Node with `--enable-source-maps`.

6969
70-

#### Type stripping in dependencies

71-
72-

Contrary to the Node.js [TypeScript support](https://nodejs.org/docs/latest/api/typescript.html#type-stripping-in-dependencies), when used as a loader, Amaro handles TypeScript files inside folders under a `node_modules` path.

73-
7470

### Monorepo usage

7571
7672

Amaro makes working in monorepos smoother by removing the need to rebuild internal packages during development. When used with the [`--conditions`](https://nodejs.org/docs/latest/api/cli.html#-c-condition---conditionscondition) flag, you can reference TypeScript source files directly in exports: