goldfish icon indicating copy to clipboard operation
goldfish copied to clipboard

A development framework for Alipay Mini Program.

Results 3 goldfish issues
Sort by recently updated
recently updated
newest added

// file path: ./app.ts import { setupApp, useState } from '@goldfishjs/composition-api'; import { IConfig } from '@goldfishjs/plugins'; const config: IConfig = {}; export interface IGlobalData { name: string; fullName: string;...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.2 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies