Skip to content

Commit

Permalink
Merge branch 'main' into feat/2405/Add-way-to-disable-progress-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
cromoteca authored Feb 13, 2025
2 parents c13cbec + db1aee2 commit e18fc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public boolean shouldAllDefaultsBeDisabled() {

static class PluginsProcessor extends ConfigList.Processor<Plugin> {
static private final List<Plugin> DEFAULTS = List.of(
new Plugin("@vaadin/hilla-generator-plugin-transfertypes"),
new Plugin("@vaadin/hilla-generator-plugin-backbone"),
new Plugin("@vaadin/hilla-generator-plugin-client"),
new Plugin("@vaadin/hilla-generator-plugin-barrel"),
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-core/src/PluginManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class PluginManager {

constructor(plugins: readonly PluginConstructor[], resolver: ReferenceResolver, logger: LoggerFactory) {
const standardPlugins = [
'TransferTypesPlugin', // should go before Backbone Plugin
'TransferTypesPlugin',
'BackbonePlugin',
'ClientPlugin',
'BarrelPlugin',
Expand Down

0 comments on commit e18fc58

Please sign in to comment.