-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Allow allowJs
and declaration
to be used together
#32372
Allow allowJs
and declaration
to be used together
#32372
Commits on Sep 6, 2019
-
Allow allowJs and declaration to be used together
This intorduces a new symbol-based declaration emitter - currently this is only used for JSON and JavaScript, as the output is likely worse than what the other declaration emitter is capable of. In addition, it is still incomplete - it does not yet support serializaing namespaces.
Configuration menu - View commit details
-
Copy full SHA for 78f04e5 - Browse repository at this point
Copy the full SHA 78f04e5View commit details -
Add tests for various import/export forms, add notes on export as nam…
…espace and fix export * from
Configuration menu - View commit details
-
Copy full SHA for f2a2a10 - Browse repository at this point
Copy the full SHA f2a2a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdff43 - Browse repository at this point
Copy the full SHA ccdff43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18f1e3 - Browse repository at this point
Copy the full SHA d18f1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed1331 - Browse repository at this point
Copy the full SHA 7ed1331View commit details -
Configuration menu - View commit details
-
Copy full SHA for d44383e - Browse repository at this point
Copy the full SHA d44383eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d37ab - Browse repository at this point
Copy the full SHA d7d37abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c402e - Browse repository at this point
Copy the full SHA 91c402eView commit details -
Fix issue with export= declarations visibility calculation and type d…
…eclaration emit that impacted all forms of declaration emit
Configuration menu - View commit details
-
Copy full SHA for eb3b4cd - Browse repository at this point
Copy the full SHA eb3b4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c07cd - Browse repository at this point
Copy the full SHA 08c07cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3a21d - Browse repository at this point
Copy the full SHA 4d3a21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e9a06 - Browse repository at this point
Copy the full SHA 11e9a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cc16b - Browse repository at this point
Copy the full SHA 02cc16bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f1e21 - Browse repository at this point
Copy the full SHA 76f1e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d6b2c - Browse repository at this point
Copy the full SHA b4d6b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d30a0c - Browse repository at this point
Copy the full SHA 8d30a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d369552 - Browse repository at this point
Copy the full SHA d369552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d3008 - Browse repository at this point
Copy the full SHA 85d3008View commit details -
Suppoer having correctly named import types in bundled js declaration…
… emit & adjust binding to allow namespaces with aliases to merge when the aliases look to be type-only
Configuration menu - View commit details
-
Copy full SHA for e6ef543 - Browse repository at this point
Copy the full SHA e6ef543View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bf89e - Browse repository at this point
Copy the full SHA a0bf89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68fd1d - Browse repository at this point
Copy the full SHA a68fd1dView commit details -
Allow export assigned class expressions to be reachable symbols from …
…external declarations
Configuration menu - View commit details
-
Copy full SHA for 665afcf - Browse repository at this point
Copy the full SHA 665afcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b87e4d6 - Browse repository at this point
Copy the full SHA b87e4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114c4fd - Browse repository at this point
Copy the full SHA 114c4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af190b - Browse repository at this point
Copy the full SHA 5af190bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea316e - Browse repository at this point
Copy the full SHA 6ea316eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d7965 - Browse repository at this point
Copy the full SHA 43d7965View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebce37 - Browse repository at this point
Copy the full SHA bebce37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3961eae - Browse repository at this point
Copy the full SHA 3961eaeView commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6998296 - Browse repository at this point
Copy the full SHA 6998296View commit details -
Fix bug in object define handling and add tests for object define pro…
…perty declaration emit
Configuration menu - View commit details
-
Copy full SHA for 799a4f4 - Browse repository at this point
Copy the full SHA 799a4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3894d - Browse repository at this point
Copy the full SHA 0e3894dView commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94a64f7 - Browse repository at this point
Copy the full SHA 94a64f7View commit details -
Preserve comments from jsdoc declarations on properties and js declar…
…ation type aliases
Configuration menu - View commit details
-
Copy full SHA for aa67e4c - Browse repository at this point
Copy the full SHA aa67e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14749ba - Browse repository at this point
Copy the full SHA 14749baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a6da4 - Browse repository at this point
Copy the full SHA d1a6da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733511d - Browse repository at this point
Copy the full SHA 733511dView commit details
Commits on Sep 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8de5d73 - Browse repository at this point
Copy the full SHA 8de5d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a203b5f - Browse repository at this point
Copy the full SHA a203b5fView commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 550b869 - Browse repository at this point
Copy the full SHA 550b869View commit details -
Add some project references tests, remove some checks from project re…
…fs codepaths that are now invalid
Configuration menu - View commit details
-
Copy full SHA for 9d0cb15 - Browse repository at this point
Copy the full SHA 9d0cb15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cbc15 - Browse repository at this point
Copy the full SHA 87cbc15View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff95ab5 - Browse repository at this point
Copy the full SHA ff95ab5View commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bd9ac62 - Browse repository at this point
Copy the full SHA bd9ac62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649c9dd - Browse repository at this point
Copy the full SHA 649c9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcebc6 - Browse repository at this point
Copy the full SHA cdcebc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a332f - Browse repository at this point
Copy the full SHA 16a332fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e055a9b - Browse repository at this point
Copy the full SHA e055a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b105c - Browse repository at this point
Copy the full SHA 08b105cView commit details -
Configuration menu - View commit details
-
Copy full SHA for adb773b - Browse repository at this point
Copy the full SHA adb773bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e2e91 - Browse repository at this point
Copy the full SHA b8e2e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a3540 - Browse repository at this point
Copy the full SHA 40a3540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4741f40 - Browse repository at this point
Copy the full SHA 4741f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ddf20 - Browse repository at this point
Copy the full SHA 59ddf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cad7b0 - Browse repository at this point
Copy the full SHA 8cad7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 861256f - Browse repository at this point
Copy the full SHA 861256fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2c6c8 - Browse repository at this point
Copy the full SHA 0a2c6c8View commit details
Commits on Sep 26, 2019
-
Another round of PR feedback, mostly style, small bugfix with constru…
…ctors, and test showing bug in export assigned class expression name shadowing
Configuration menu - View commit details
-
Copy full SHA for db2b1f9 - Browse repository at this point
Copy the full SHA db2b1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ef75b - Browse repository at this point
Copy the full SHA d7ef75bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 007b3d4 - Browse repository at this point
Copy the full SHA 007b3d4View commit details