New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@diez/targets

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diez/targets

Diez compiler targets for various platforms.

10.6.0
latest
Source
npm
Version published
Weekly downloads
631
-35.55%
Maintainers
3
Weekly downloads
 
Created
Source

@diez/targets

This package contains reference compiler implementations for iOS, Web, and Android, and registers associated targets for ios, android, and web with diez compile --target <target>.

Contributing

This package uses the golden test pattern for end to end tests, checking that the compilers provided produce identical output to what is expected.

If you are contributing to @diez/targets and intentionally changed the expected output of golden tests, you can regenerate the canonical outputs that are used to pass the tests by running yarn regenerate-goldens. Whenever you do this, please carefully inspect the resulting diff to be sure it's both what you expected and correct.

Setup

The goldens tests depend on XcodeGen to generate Xcode projects from a yml project spec. Run brew install xcodegen to install XcodeGen.

FAQs

Package last updated on 20 May 2020

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