You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

functionalscript

Package Overview
Dependencies
Maintainers
1
Versions
467
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functionalscript - npm Package Versions

2345
47

0.6.11

Diff
s
sergeyshandar
published 0.6.11 •

Changelog

Source

0.6.11

  • Support for Deno Test and Coverage.
s
sergeyshandar
published 0.6.10 •

Changelog

Source

0.6.10

  • Trailing comma and identifier properties PR 484,
  • Property names as identifiers PR 466,
  • Add file name and position of the symbol in the file to parser and transpiler errors PR 493.
export default [
    {
        a: "x",
    },
]
s
sergeyshandar
published 0.6.9 •

Changelog

Source

0.6.9

Import, const, comments, undefined, and bigint.

import a from "./a.f.js"
// const
const c = -24n
export default {
    /* properties: */
    "a": [5.3, false, -24n, undefined],
    "c": c
}
s
sergeyshandar
published 0.6.8 •

Changelog

Source

0.6.8

  • fsc can serialize as tree PR 442
s
sergeyshandar
published 0.6.7 •

Changelog

Source

0.6.7

s
sergeyshandar
published 0.6.6 •
s
sergeyshandar
published 0.6.5 •
s
sergeyshandar
published 0.6.4 •
s
sergeyshandar
published 0.6.3 •
s
sergeyshandar
published 0.6.2 •

Changelog

Source

0.6.2

  • Tests can run from a directory PR 425
2345
47