Git Product home page Git Product logo

Comments (4)

ivanitskiy avatar ivanitskiy commented on August 20, 2024 1

Chrome 119.0.6045.159:
image

from njs.

drsm avatar drsm commented on August 20, 2024 1

@ivanitskiy

It's not a bug BTW, 'cause they have fixed the spec.
So now we have a correct order.

from njs.

ivanitskiy avatar ivanitskiy commented on August 20, 2024
➜  ~ node
Welcome to Node.js v16.15.1.
Type ".help" for more information.
> function hello_world(_r) {
...     const p = Promise.resolve();
...     (async () => {
.....         await p;
.....         console.error('after:await');
.....     }
.....     )();
...     p.then(() => console.error('after:then'))
...         .then(() => console.error('after:then2'));
...     return "bar"
... }
undefined
> hello_world()
'bar'
> after:await
after:then
after:then2

{
  node: '16.15.1',
  v8: '9.4.146.24-node.21',
  uv: '1.43.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.18.1',
  modules: '93',
  nghttp2: '1.47.0',
  napi: '8',
  llhttp: '6.0.4',
  openssl: '1.1.1o+quic',
  cldr: '40.0',
  icu: '70.1',
  tz: '2021a3',
  unicode: '14.0',
  ngtcp2: '0.1.0-DEV',
  nghttp3: '0.1.0-DEV'
}

from njs.

ivanitskiy avatar ivanitskiy commented on August 20, 2024
Welcome to Node.js v21.2.0.
Type ".help" for more information.
> function hello_world(_r) {
...     const p = Promise.resolve();
...     (async () => {
...         await p;
...         console.error('after:await');
...     }
...     )();
...     p.then(() => console.error('after:then'))
...         .then(() => console.error('after:then2'));
...     return "bar"
... }
undefined
> hello_world()
'bar'
> after:await
after:then
after:then2

> process.versions
{
  node: '21.2.0',
  acorn: '8.11.2',
  ada: '2.7.2',
  ares: '1.20.1',
  base64: '0.5.1',
  brotli: '1.0.9',
  cjs_module_lexer: '1.2.2',
  cldr: '43.1',
  icu: '73.2',
  llhttp: '9.1.3',
  modules: '120',
  napi: '9',
  nghttp2: '1.58.0',
  nghttp3: '0.7.0',
  ngtcp2: '0.8.1',
  openssl: '3.0.12+quic',
  simdutf: '3.2.18',
  tz: '2023c',
  undici: '5.27.0',
  unicode: '15.0',
  uv: '1.46.0',
  uvwasi: '0.0.19',
  v8: '11.8.172.17-node.15',
  zlib: '1.2.13.1-motley-dfc48fc'
}

from njs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.