pulumi/sdk/nodejs/runtime/closure
Sean Gillespie ae1a2e8b7e
Fail closure serialization in Node 11 (#2098)
* Fail closure serialization in Node 11

Node 11 changed many of the intrinsics that we depend upon for closure
serialization, so until we fix the underlying issues this commit lazily
fails if a closure is serialized when running on Node 11.

* CR feedback
2018-10-25 10:55:47 -07:00
..
codePaths.ts Deal with circularities in package structure when computing codepaths. (#2049) 2018-10-11 14:57:21 -07:00
createClosure.ts Switch to upath so that all paths are in unix-format (#2019) 2018-10-03 12:06:55 -07:00
parseFunction.ts Provide helper to compute whihc sub-packages should be included even if we would exclude a higher package. (#1883) 2018-09-05 12:54:28 -07:00
rewriteSuper.ts Add license headers 2018-05-22 15:02:47 -07:00
serializeClosure.ts Do not analyze user source code for required packages. We'll analyze their project.json for that. (#1612) 2018-10-18 11:21:47 -07:00
v8.ts Fail closure serialization in Node 11 (#2098) 2018-10-25 10:55:47 -07:00