Code Monkey home page Code Monkey logo

Comments (2)

kt3k avatar kt3k commented on June 9, 2024 2

The below scripts list all entrypoints of std:

import "std/archive/mod.ts";
import "std/assert/mod.ts";
import "std/async/mod.ts";
import "std/bytes/mod.ts";
import "std/cli/mod.ts";
import "std/collections/mod.ts";
import "std/console/mod.ts";
import "std/crypto/mod.ts";
import "std/csv/mod.ts";
import "std/data_structures/mod.ts";
import "std/datetime/mod.ts";
import "std/dotenv/mod.ts";
import "std/encoding/ascii85.ts";
import "std/encoding/base32.ts";
import "std/encoding/base58.ts";
import "std/encoding/base64.ts";
import "std/encoding/base64url.ts";
import "std/encoding/hex.ts";
import "std/encoding/varint.ts";
import "std/expect/mod.ts";
import "std/flags/mod.ts";
import "std/fmt/bytes.ts";
import "std/fmt/colors.ts";
import "std/fmt/duration.ts";
import "std/fmt/printf.ts";
import "std/front_matter/mod.ts";
import "std/fs/mod.ts";
import "std/html/mod.ts";
import "std/http/mod.ts";
import "std/ini/mod.ts";
import "std/io/mod.ts";
import "std/json/mod.ts";
import "std/jsonc/mod.ts";
import "std/log/mod.ts";
import "std/media_types/mod.ts";
import "std/msgpack/mod.ts";
import "std/net/mod.ts";
import "std/path/mod.ts";
import "std/permissions/mod.ts";
import "std/regexp/mod.ts";
import "std/semver/mod.ts";
import "std/streams/mod.ts";
import "std/testing/bdd.ts";
import "std/testing/mock.ts";
import "std/testing/snapshot.ts";
import "std/testing/time.ts";
import "std/testing/types.ts";
import "std/text/mod.ts";
import "std/toml/mod.ts";
import "std/ulid/mod.ts";
import "std/url/mod.ts";
import "std/uuid/mod.ts";
import "std/webgpu/mod.ts";
import "std/yaml/mod.ts";

Run this script with deno.json:

{
  "imports": {
    "std/": "https://deno.land/[email protected]/"
  },
  "unstable": ["webgpu"]
}

Then all public APIs of the given version (0.217.0 in the above case) will be cached in DENO_DIR (you can check DENO_DIR with deno info command).

from deno_std.

cac24725 avatar cac24725 commented on June 9, 2024 1

could be related to #4327

from deno_std.

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.