Skip to content

Commit

Permalink
Merge pull request #2268 from embroider-build/fix-deprecation
Browse files Browse the repository at this point in the history
remove the last few references to staticAddonTrees
  • Loading branch information
NullVoxPopuli authored Feb 13, 2025
2 parents 45335f0 + ffd061b commit f40acf0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/compat/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export default interface Options extends CoreOptions {
}

const defaults = Object.assign(coreWithDefaults(), {
staticAddonTrees: false,
staticAddonTestSupportTrees: false,
compatAdapters: new Map(),
extraPublicTrees: [],
workspaceDir: null,
Expand Down Expand Up @@ -144,8 +142,6 @@ export function optionsWithDefaults(options?: Options): CompatOptionsType {
export const recommendedOptions: { [name: string]: Options } = Object.freeze({
safe: Object.freeze({}),
optimized: Object.freeze({
staticAddonTrees: true,
staticAddonTestSupportTrees: true,
allowUnsafeDynamicComponents: false,
staticInvokables: true,
}),
Expand Down
2 changes: 0 additions & 2 deletions tests/scenarios/compat-route-split-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ let splitScenarios = appScenarios.map('compat-splitAtRoutes', app => {
module.exports = function (defaults) {
let app = new EmberApp(defaults, {});
return maybeEmbroider(app, {
staticAddonTrees: true,
staticAddonTestSupportTrees: true,
staticInvokables: true,
splitAtRoutes: ['people'],
});
Expand Down
2 changes: 0 additions & 2 deletions tests/scenarios/router-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ function setupScenario(project: Project) {
});
return maybeEmbroider(app, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticInvokables: true,
splitAtRoutes: ['split-me'],
});
Expand Down

0 comments on commit f40acf0

Please sign in to comment.