ef4 / decorator-transforms

Better babel transforms for decorators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser support?

NullVoxPopuli opened this issue · comments

Related to: #20

Importing from node:* modules isn't allowed in the browser. (sure, one could polyfill it, but.. why?).

This is how I'm trying to use decorator-transforms: NullVoxPopuli/limber#1675

(the goal being to eventually drop @babel/standalone (which is separate from using decorator-transforms, but... the reason to use decorator-transforms is a no-brainer: NullVoxPopuli/limber#1671), and use the core @babel/* libraries directly to save on MB -- since @babel/standalone includes all plugins... which is a lot)