July 11, 2023  |
Beyond browsers: the long-term future of JavaScript standardsthenewstack.io @marypcbuk@hachyderm.io [Quoting the article:]
[...] the ECMAScript standard for the language has continued to be driven primarily by the needs of browsers. Even in new environments, like serverside and embedded JavaScript runtimes, those runtimes are still using the JavaScript engines from browsers — though their requirements are often rather different.
The first feature that’s coming into the language from those serverside runtimes — async context — also turns out to be useful in browsers, and even for building some browser features. That might mean the focus for new JavaScript standards extending beyond the browsers that have tended to dominate the language’s evolution: at the very least, we can expect more collaboration and compatibility between serverside runtimes. |
|
Prettier 3.0: Hello, ECMAScript Modules!prettier.io github.com/sosukesuzuki github.com/prettier [Quoting the blog post:]
We have made the migration to using ECMAScript Modules for all our source code. This change has significantly improved the development experience for the Prettier team. Please rest assured that when using Prettier as a library, you can still use it as CommonJS as well.
This update comes with several breaking changes. One notable example is the alteration in markdown formatting - spaces are no longer inserted between Latin characters and Chinese or Japanese characters. [...] Additionally, the default value of trailingComma has been changed to "all" .
Another important change in this release is the significant overhaul of the plugin interface. Prettier now supports plugins written using ECMAScript Modules and async parsers. [...]
This release also includes numerous formatting improvements and bug fixes. |
|
|
|
|
|
Nx 16.5 Releaseblog.nrwl.io github.com/ZackDeRose github.com/nrwl Highlights:
- Targetting tasks by tags
- Next.js 13 support
- New Nx “recipes” (example repos)
- Angular 16 support and migrations
- New
verdaccio support
- Create your own CLI with Nx
- New
externalDependencies input type
- New
@nx/dependency-checks ESLint Rule
- Performance improvements
- Nx Console revamped
- Nx Changelog launched
|
|
performance.timeOrigin: When a millisecond is not a milliseconddev.to github.com/noamr Quote: “performance.timeOrigin is a value that supposedly represents the time (in milliseconds from the epoch) when the navigation to the current document has started, or when a worker was created. This allows translating high-resolution time, used for performance measurements, into “real” time, AKA wall-clock time, the time we all know and love. Sounds simple. However...” |
|
|
This email was sent to {{ email | default }}. You can unsubscribe from this list here or update your preferences. |
|