Skip to content

11 17 poc component spec object model#2028

Draft
maxy-shpfy wants to merge 193 commits intomasterfrom
11-17-poc_component_spec_object_model
Draft

11 17 poc component spec object model#2028
maxy-shpfy wants to merge 193 commits intomasterfrom
11-17-poc_component_spec_object_model

Conversation

@maxy-shpfy
Copy link
Copy Markdown
Collaborator

Description

Related Issue and Pull requests

Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Cleanup/Refactor
  • Breaking change
  • Documentation update

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Screenshots (if applicable)

Test Instructions

Additional Comments

if (segCount === 0) return [];

// dp[dir] = best cost so far, exiting in `dir`
let dp: [number, number] = [Infinity, Infinity];
comment:
"This module depends on an npm package from the 'devDependencies' section of your " +
"package.json. It looks like something that ships to production, though. To prevent problems " +
"with npm packages that aren't there on production declare it (only!) in the 'dependencies'" +
comment:
"This module depends on an npm package that is declared as an optional dependency " +
"in your package.json. As this makes sense in limited situations only, it's flagged here. " +
"If you use an optional dependency here by design - add an exception to your" +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant