X Tutup
Skip to content

fix(public_spec): check exports of barrels instead of angular2/angular2#5841

Closed
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:fix_jeff
Closed

fix(public_spec): check exports of barrels instead of angular2/angular2#5841
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:fix_jeff

Conversation

@tbosch
Copy link
Copy Markdown
Contributor

@tbosch tbosch commented Dec 11, 2015

This changes the public api spec to check each public barrel individually
to make sure its API has not changed. The previous API spec has been
preserved but split into respective barrels.

The compiler barrel has been added to the spec, along with all of its
public exports. Previously, angular2/angular2 was only exporting a
handful of symbols from compiler, so there are now many more symbols
being tested in the spec for compiler than previously.

Part of #5710
Supersedes #5821

This changes the public api spec to check each public barrel individually
to make sure its API has not changed. The previous API spec has been
preserved but split into respective barrels.

The compiler barrel has been added to the spec, along with all of its
public exports. Previously, angular2/angular2 was only exporting a
handful of symbols from compiler, so there are now many more symbols
being tested in the spec for compiler than previously.

Part of angular#5710
@googlebot
Copy link
Copy Markdown

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@tbosch
Copy link
Copy Markdown
Contributor Author

tbosch commented Dec 11, 2015

@jeffbcross is ok regarding licenses

@tbosch tbosch added this to the beta.0 milestone Dec 11, 2015
@tbosch
Copy link
Copy Markdown
Contributor Author

tbosch commented Dec 11, 2015

Created with @jeffbcross in pairing

@tbosch tbosch added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Dec 11, 2015
pkozlowski-opensource pushed a commit to pkozlowski-opensource/angular that referenced this pull request Dec 11, 2015
This changes the public api spec to check each public barrel individually
to make sure its API has not changed. The previous API spec has been
preserved but split into respective barrels.

The compiler barrel has been added to the spec, along with all of its
public exports. Previously, angular2/angular2 was only exporting a
handful of symbols from compiler, so there are now many more symbols
being tested in the spec for compiler than previously.

Part of angular#5710

Closes angular#5841
@tbosch tbosch deleted the fix_jeff branch December 11, 2015 21:06
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 7, 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: no

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup