Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

byots

Package Overview
Dependencies
Maintainers
2
Versions
1152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byots

Bring your own TypeScript

  • 5.0.0-dev.20221103.1.34
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
166
decreased by-40.71%
Maintainers
2
Weekly downloads
 
Created
Source

Bring your own TypeScript

Downloads Continuous Integration

Use the latest TypeScript, with complete access to the compiler API 🌹

NPM

Still Just TypeScript

  • byots will use whatever TypeScript version you install in your application. So you are actually using whatever TypeScript you bring in. However we highly recommend npm install typescript@next byots@latest so you don't get any JavaScriptFromTypeScript - TypeDefinitionFromByots inconsistencies.

But with the following advantage

With a liberal definition file. We expose internal APIs.

The definitions are updated daily automatically and our version numbers match the TypeScript nightly version numbers.

If you are working with the TypeScript compiler using import * as ts from 'typescript' and ts has everything you need, then use that. Otherwise if you find some API that isn't available on ts. but you can see if you do console.log(ts), then you would consider using byots.

Install

In your package.json

npm install byots@latest --save --save-exact

Each release is named after the day it was built and the git commit hash in Microsoft/TypeScript/master that it was built from. We recommend adding save-exact so you know exactly what you tested with.

Usage

Require

Use import * as ts from 'byots' and you get what import * as ts from 'typescript' would give you.

Alternatives

ts-expose-internals

https://github.com/nonara/ts-expose-internals

  • ts-expose-internals builds for new releases only to provide better stability - byots is nightly for bleeding edge experimentation.
  • ts-expose-internals uses module augmentation so you import typescript - byots reexports typescript so you import byots.

Keywords

FAQs

Package last updated on 05 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc