-
Notifications
You must be signed in to change notification settings - Fork 141
Comparing changes
Open a pull request
base repository: microsoft/tslib
base: 2.3.1
head repository: microsoft/tslib
compare: 2.4.0
- 14 commits
- 7 files changed
- 9 contributors
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ced46b6 - Browse repository at this point
Copy the full SHA ced46b6View commit details
Commits on Sep 22, 2021
-
Signed-off-by: aclaymore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad11408 - Browse repository at this point
Copy the full SHA ad11408View commit details
Commits on Sep 24, 2021
-
[squash] add export to index.js
Signed-off-by: aclaymore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1fbc71 - Browse repository at this point
Copy the full SHA c1fbc71View commit details -
Merge pull request #157 from bloomberg/private-fields-in-in
Add new private class element helper: __classPrivateFieldIn
Configuration menu - View commit details
-
Copy full SHA for 481d352 - Browse repository at this point
Copy the full SHA 481d352View commit details
Commits on Nov 15, 2021
-
Don't require license to be included by bundlers
#96 updated the license to zero clause BSD so that bundlers didn't need to keep the license intact. However, the `/*!` still signifies to bundlers such as Webpack, Uglify that they should keep this license intact. https://stackoverflow.com/questions/11248363/the-purpose-of-starting-an-initial-comment-with-in-javascript-and-css-files > This is for legal reasons. By default comments with `@license`, `@preserve` or starting with `/*!` are preserved webpack/webpack#324 (comment)
Configuration menu - View commit details
-
Copy full SHA for f0563d9 - Browse repository at this point
Copy the full SHA f0563d9View commit details
Commits on Nov 25, 2021
-
Merge pull request #160 from penx/patch-1
Don't require license to be included by bundlers
Orta Therox authoredNov 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7def9b5 - Browse repository at this point
Copy the full SHA 7def9b5View commit details -
Update license within js files
Further to #160, make license changes to tslib.d.ts, tslib.es6.js and tslib.js files too
Configuration menu - View commit details
-
Copy full SHA for 5b8af4e - Browse repository at this point
Copy the full SHA 5b8af4eView commit details -
Merge pull request #164 from penx/license-update
Update license within js files
Orta Therox authoredNov 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7012efc - Browse repository at this point
Copy the full SHA 7012efcView commit details
Commits on Feb 8, 2022
-
Update package.json: changed pattern "./" to "./*" (#135)
* Update package.json: changed pattern "./" to "./*" On Angular when executes command 'ng build --prod': - Generating browser application bundles...(node:16716) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at {{APP_PATH}}\node_modules\tslib\package.json. Update this package.json to use a subpath pattern like "./*". (Use `node --trace-deprecation ...` to show where the warning was created) * Use both export map syntaxes to support older NodeJS Co-authored-by: ExE Boss <[email protected]> Co-authored-by: Ron Buckton <[email protected]> Co-authored-by: ExE Boss <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 06853a8 - Browse repository at this point
Copy the full SHA 06853a8View commit details -
optimize
__createBinding(#168)Reflect microsoft/TypeScript#46997: When the binding is itself one that was created by `__createBinding`, re-use its descriptor, which avoids piling multiple levels of getters in the case of multiple levels of exports. In addition, reuse a descriptor if the bindings is marked as non-writable and non-configurable, which makes a getter not necessary. (This can be done manually if needed, even though tsc doesn't do it now.) Could be considered as a fix for #165 -- first, this PR prevents piling up multiple layers of getters. Second, it allows a hack of adding if (typeof exports === "object") exports = Object.freeze(exports); to avoid getters altogether. (And in the future, tsc could mark `const` exports as non-writable and non-configurable which would make it possible to avoid this hack.)
Configuration menu - View commit details
-
Copy full SHA for 15f98b6 - Browse repository at this point
Copy the full SHA 15f98b6View commit details
Commits on Feb 9, 2022
-
Merge branch 'docs/add-tsdoc' of https://github.com/EB-Forks/tslib in…
…to EB-Forks-docs/add-tsdoc # Conflicts: # tslib.d.ts
Configuration menu - View commit details
-
Copy full SHA for fbf48a8 - Browse repository at this point
Copy the full SHA fbf48a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c827964 - Browse repository at this point
Copy the full SHA c827964View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b7da89 - Browse repository at this point
Copy the full SHA 5b7da89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7129c7 - Browse repository at this point
Copy the full SHA a7129c7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.1...2.4.0