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
Add IPipelineValidated with code: string member for validation only pipelines
Add new replacement IPipelineSuccess for inheritance, with only warnings: string[] / type: PIPELINE_RESULT_TYPES.evaluated | PIPELINE_RESULT_TYPES.validated members
Update evaluate_code to detect module.exports.default, if available, perform module.exports = module.exports.default and spread module.exports members onto object
The text was updated successfully, but these errors were encountered:
FEATURES
module.exports.default
exports with standard CommonJS semanticsCHANGES
UpdatePIPELINE_RESULT_TYPES
Rename.success
to.evaluated
Add.validated
to membersUpdateIPipelineOptions
Addmode: IPipelineModes
to members with values ofMODE_EVALUATE
/MODE_VALIDATE
RenameIPipelineSuccess
toIPipelineEvaluated
IPipelineValidated
withcode: string
member for validation only pipelinesIPipelineSuccess
for inheritance, with onlywarnings: string[]
/type: PIPELINE_RESULT_TYPES.evaluated | PIPELINE_RESULT_TYPES.validated
membersevaluate_code
to detectmodule.exports.default
, if available, performmodule.exports = module.exports.default
and spreadmodule.exports
members onto objectThe text was updated successfully, but these errors were encountered: