-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Repackaging 2.0 #11120
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
Repackaging 2.0 #11120
Conversation
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. |
74e5a12
to
61a07b6
Compare
I attempted to shrinkwrap by cloning https://github.com/mhevery/tsickle and https://github.com/mhevery/tslint, but it did not seem to work. Will wait on monday. |
b1d2656
to
a96e3ac
Compare
@@ -67,9 +67,6 @@ export declare class DefaultUrlSerializer implements UrlSerializer { | |||
} | |||
|
|||
/** @stable */ | |||
export declare type ErrorHandler = (error: any) => any; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, ErrorHandler is exported by core
not by router
.
] | ||
}, | ||
BaseConfig)); | ||
} else if (platform == 'router') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added new route comment
0a8890e
to
1c5f158
Compare
1c5f158
to
d09754e
Compare
find ${DESTDIR} -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' -e 's/\(^ *(static |private )*\)*readonly */\1/g' | ||
find ${DESTDIR} -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' -E 's/^( +)abstract ([[:alnum:]]+\:)/\1\2/g' | ||
find ${DESTDIR} -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' -e 's/\(^ *(static |private )*\)*readonly */\1/g' | ||
find ${DESTDIR} -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' -e 's/\/\/\/ <reference types="node" \/>//g' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- @chuckjaz :)
Martin, make sure that you don't have any deep imports into the "src" in your case it looks like you are using webpack 1, which should by default On Wed, Aug 31, 2016 at 5:32 AM Martin-Wegner notifications@github.com
|
@IgorMinar thanks, you are right, the ng2-bootstrap folks use deep imports :( |
@Martin-Wegner this would be a good time to explore a library that is not using private APIs: https://github.com/ng-bootstrap/ng-bootstrap :-) |
@pkozlowski-opensource thanks for the hint, but your issue ng-bootstrap/ng-bootstrap#646 scares me from using it... |
ng-bootstrap/ng-bootstrap#646 is for our demo page, nothing to do with the library itself. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
@dev
tag to be compatible with tsc@nextmodule
andtypings
entriesglobals
configuration for RxJS