Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated blueprints #66

Merged
merged 3 commits into from
Sep 14, 2023
Merged

Updated blueprints #66

merged 3 commits into from
Sep 14, 2023

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Sep 14, 2023

What changed?

  1. Updated latestVersions
  2. Updated blueprints
    • Addon: tsconfig.json
    • Test app: ember-cli-build.js, tsconfig.json

@ijlee2 ijlee2 added the enhance: code Issue asks for new feature or refactor label Sep 14, 2023
@ijlee2 ijlee2 marked this pull request as ready for review September 14, 2023 09:58
Comment on lines +10 to +13
},<% if (options.packages.addon.hasTypeScript) { %>
'ember-cli-babel': {
enableTypeScriptTransform: true,
},<% } %>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downstreamed from ember-cli/ember-cli#10283

@@ -19,9 +19,11 @@ function updateCompilerOptions(

if (packages.addon.hasGlint) {
compilerOptions.set('allowImportingTsExtensions', true);
compilerOptions.set('allowJs', true);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +26 to +27
function removeInclude(tsConfigJson: TsConfigJson) {
delete tsConfigJson['include'];
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downstreamed from ember-cli/ember-cli#10283

['@embroider/addon-dev', '4.1.0'],
['@embroider/addon-shim', '1.8.6'],
['@embroider/test-setup', '3.0.1'],
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijlee2 ijlee2 merged commit a95a32d into main Sep 14, 2023
2 checks passed
@ijlee2 ijlee2 deleted the update-blueprints branch September 14, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: code Issue asks for new feature or refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant