Giter Site home page Giter Site logo

Node SDK 4.0 计划 about leanengine-node-sdk HOT 3 OPEN

jysperm avatar jysperm commented on June 16, 2024
Node SDK 4.0 计划

from leanengine-node-sdk.

Comments (3)

leeyeh avatar leeyeh commented on June 16, 2024

drop Node.js 4-6 4-9 支持?

from leanengine-node-sdk.

wangxiao avatar wangxiao commented on June 16, 2024

新增 AV.koa1 来提供 co 风格的中间件

这条没有意义了吧,既然有 async/await 为啥还要用 co 风格。

from leanengine-node-sdk.

weakish avatar weakish commented on June 16, 2024
  • AV.Cloud.__prod,现在是 process.env.NODE_ENV === 'production' ? 1 : 0,计划改成 LEANCLOUD_APP_ENV == 'stage' ? 0 : (LEAN_CLI_HAVE_STAGING == true ? 0 : 1)-

准备把 SDK 的行为统一成:Prod 的默认值为:LEANCLOUD_APP_ENV == 'stage' ? 0 : (LEAN_CLI_HAVE_STAGING == true ? 0 : 1)。逻辑是线上和所在的环境一致(生产环境为 1、预备环境为 0),本地调试如果确认有预备环境就用 0,没有或不确定就用默认值 1
-- jysperm

from leanengine-node-sdk.

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.