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

build: import tslib rather than TS outputting #16901

Merged
merged 1 commit into from May 23, 2017

Conversation

jasonaden
Copy link
Contributor

No description provided.

@mary-poppins
Copy link

The angular.io preview for aafb01c is available here.

@mary-poppins
Copy link

The angular.io preview for 768fb42 is available here.

@mary-poppins
Copy link

The angular.io preview for 8ce481a is available here.

@mary-poppins
Copy link

The angular.io preview for 7c0ee6c is available here.

@mary-poppins
Copy link

The angular.io preview for 2b9c0bf is available here.

build.sh Outdated
@@ -125,7 +125,7 @@ downlevelES2015() {
cp ${file} ${ts_file}

echo "====== $TSC ${ts_file} --target es5 --module es2015 --noLib"
($TSC ${ts_file} --target es5 --module es2015 --noLib --sourceMap) > /dev/null 2>&1 || true
($TSC ${ts_file} --target es5 --module es2015 --noLib --sourceMap --noEmitHelpers --importHelpers) > /dev/null 2>&1 || true
Copy link
Contributor

Choose a reason for hiding this comment

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

can you drop noEmitHelpers? in my testing it seems to be implied by importHelpers

@IgorMinar IgorMinar added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label May 23, 2017
@mary-poppins
Copy link

The angular.io preview for 1d544df is available here.

@jasonaden jasonaden added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels May 23, 2017
@chuckjaz chuckjaz merged commit fa809ec into angular:master May 23, 2017
asnowwolf pushed a commit to asnowwolf/angular that referenced this pull request Aug 11, 2017
juleskremer pushed a commit to juleskremer/angular that referenced this pull request Aug 28, 2017
'rxjs/Subject': 'Rx',
}
plugins: [resolve()],
external: Object.keys(globals),

Choose a reason for hiding this comment

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

I'm not sure if that's correct. AFAICT, it should be ['@angular/core', 'rxjs']. Unfortunately, I haven't been able to run the angular build, so I couldn't verify the change yet.

jmleoni pushed a commit to jmleoni/angular that referenced this pull request Oct 6, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants