MCPcopy Create free account
hub / github.com/vuejs/vue-cli / constructor

Method constructor

packages/@vue/cli/lib/PromptModuleAPI.js:2–4  ·  view source on GitHub ↗
(creator)

Source from the content-addressed store, hash-verified

1module.exports = class PromptModuleAPI {
2 constructor (creator) {
3 this.creator = creator
4 }
5
6 injectFeature (feature) {
7 this.creator.featurePrompt.choices.push(feature)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected