Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@littledivy littledivy released this 24 Aug 12:05
· 32 commits to master since this release

Breaking changes - v0.0.4

  • nest_analyzer got a runtime analyzer! - #13
  • ...and a playground! - #24
  • ...also an enhanced dependency tree analyzer - #15, #7

Usage

Deno

import { analyze } from "https://x.nest.land/[email protected]/deno.ts";

const diagnostics = analyze(source_code, {
  runtime: true // enables runtime analysis
});

Rust

In your Cargo.toml

nest_analyzer = { git = "https://github.com/nestdotland/analyzer" )

See the rust docs for usage.

© MIT license. nest.land authors