Jason Marshall
Jason Marshall
This blocks #841
I'm tempted to file a PR against node to un-deprecate this feature. But then my opinion on this subject is heavily colored by the fact that Domains were deprecated for...
This whole thing is in large part about how ts-node figures out if it’s already loaded, and using the same mechanism to see if node-config should load it. If you...
Ah. Well, this doesn't play nice with nyc, which I now vaguely recall reading about somewhere else and now I cannot find it again.
Okay, I think I now feel the pain of this issue. Anyone who tries to write integration tests for node-config on a project that uses .ts config files and code...
undefined in bunjs. Perhaps the case should be made for ts-node to treat itself as a polyfill at this point.
#771 might be a start for this problem.
As someone pointed out already, there are features of TS that don’t work if you use the native stripping. It’s a subset of TS that works now.
Ah, gotcha. That still leaves code coverage tools and node-config to duke it out :/
Glad to hear. This one has been open a long time.