{"id":17398181,"url":"https://github.com/jaydson/es2020","last_synced_at":"2026-03-15T16:08:29.409Z","repository":{"id":137211554,"uuid":"285119429","full_name":"jaydson/es2020","owner":"jaydson","description":"ES2020 examples","archived":false,"fork":false,"pushed_at":"2020-08-05T13:31:12.000Z","size":7,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-03T15:48:14.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaydson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-04T22:56:21.000Z","updated_at":"2024-08-24T22:50:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"94a23ff8-afe3-406c-a1bf-a3989e3fe171","html_url":"https://github.com/jaydson/es2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaydson/es2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2Fes2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2Fes2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2Fes2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2Fes2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaydson","download_url":"https://codeload.github.com/jaydson/es2020/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2Fes2020/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262850261,"owners_count":23374355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-16T14:42:23.263Z","updated_at":"2026-03-15T16:08:24.390Z","avatar_url":"https://github.com/jaydson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ES2020\nBrazilJS JavaScript 2020 playlist (portuguese only for now):  \nhttps://www.youtube.com/playlist?list=PLg2lQYZDBwOSbZVEaPHNwUTj6IhQ9F3ag  \n\nSlides for my talk \"ES2020 - O JavaScript finalmente enterprise?\"  \nhttps://docs.google.com/presentation/d/e/2PACX-1vTeLJ5CsjVwwR5fjcOM7IhciuLPuXkvXsZ186Zk4k7pYcogKBvCy0MH5uhS3jZ7LBWGRZn-S1TyUGZb/pub?start=false\u0026loop=false\u0026delayms=60000\n\n📖 Full spec: https://www.ecma-international.org/ecma-262/11.0/index.html  \n\n## Dynamic imports  \n📺 Video (portuguese only for now): https://www.youtube.com/watch?v=zjN7pbK7aKQ  \n📑 Proposal: https://github.com/tc39/proposal-dynamic-import  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-imports  \n\n### Refs:  \nhttps://v8.dev/features/dynamic-import  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import  \nhttps://2ality.com/2017/01/import-operator.html  \n\n## Optional chaining  \n📺 Video (portuguese only for now): https://youtu.be/0xDSWkxrnpg  \n📑 Proposal: https://github.com/tc39/proposal-optional-chaining  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-optional-chains  \n\n### Refs:  \nhttps://v8.dev/features/optional-chaining  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining  \nhttps://2ality.com/2019/07/optional-chaining.html  \nhttps://dmitripavlutin.com/javascript-optional-chaining/  \n\n## Nullish coalescing  \n📺 Video (portuguese only for now): https://youtu.be/PdZ10n19Juo  \n📑 Proposal: https://github.com/tc39/proposal-nullish-coalescing/  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-ecmascript-language-expressions  \n\n### Refs:  \nhttps://v8.dev/features/nullish-coalescing  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator  \nhttps://2ality.com/2019/08/nullish-coalescing.html   \nhttps://medium.com/javascript-in-plain-english/nullish-coalescing-operator-for-javascript-8f502b970ba8  \n\n## globalThis  \n📺 Video (portuguese only for now): https://youtu.be/qBf8AyxJTXY  \n📑 Proposal: https://github.com/tc39/proposal-global  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-globalthis  \n\n### Refs:  \nhttps://v8.dev/features/globalthis  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis  \nhttps://2ality.com/2019/08/global-this.html  \nhttps://mathiasbynens.be/notes/globalthis  \n\n## String.prototype.matchAll  \n📺 Video (portuguese only for now): https://youtu.be/ybnutq-qEIs  \n📑 Proposal: https://github.com/tc39/proposal-string-matchall  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-string.prototype.matchall  \n\n### Refs:  \nhttps://v8.dev/features/string-matchall  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/matchAll  \nhttps://developers.google.com/web/updates/2019/02/string-matchall  \nhttps://2ality.com/2018/02/string-prototype-matchall.html  \n\n## Promise allSettled  \n📺 Video (portuguese only for now): https://youtu.be/sHOZYxBXS_0  \n📑 Proposal: https://github.com/tc39/proposal-promise-allSettled  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-promise.allsettled  \n\n### Refs:  \nhttps://v8.dev/features/promise-combinators#promise.allsettled  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled  \nhttps://davidwalsh.name/promise-allsettled  \nhttps://2ality.com/2019/08/promise-combinators.html  \n\n## Module namespace exports  \n📺 Video: pending ⌛️  \n📑 Proposal: https://github.com/tc39/proposal-export-ns-from  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-exports  \n\n### Refs:\nhttps://v8.dev/features/module-namespace-exports  \nhttps://medium.com/javascript-in-plain-english/javascript-module-namespace-exports-71dc7d1a75c0  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export  \nhttps://2ality.com/2011/04/modules-and-namespaces-in-javascript.html  \nhttps://2ality.com/2014/09/es6-modules-final.html  \n\n## BigInt  \n📺 Video: pending ⌛️  \n📑 Proposal: https://github.com/tc39/proposal-bigint  \n📖 Spec: https://www.ecma-international.org/ecma-262/11.0/index.html#sec-terms-and-definitions-bigint-type  \n\n### Refs:\nhttps://v8.dev/features/bigint  \nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt  \nhttps://2ality.com/2017/03/es-integer.html  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydson%2Fes2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaydson%2Fes2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydson%2Fes2020/lists"}