mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- this was introduced in v4.1.0 of @rollup/pluginutils: https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md#v410 - this is the same as the code in `normalize.ts` but it uses constants from Node and is used by multiple Rollup plugins, so just helps with standardization - also less code and types to ship in the bundle! - removed the dist files for `normalize` as well, but didn't do a build in this commit as those are usually done in separate commits