You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: