GithubHelp home page GithubHelp logo

Strict error: Unknown type about typebox HOT 2 CLOSED

liyofx avatar liyofx commented on May 23, 2024
Strict error: Unknown type

from typebox.

Comments (2)

sinclairzx81 avatar sinclairzx81 commented on May 23, 2024

@liyofx Hi,

This is expected. The Strict function discards all compositing symbols TypeBox uses to operate. Note that these symbols are used to compose schematics, differentiate between ambiguous static types, but are also used to type check. As such, calling Strict on a type will result in the type no longer being considered valid.

The Strict function was historically used to resolve issues in Ajv where unknown properties (i.e. these symbols) were flagged in Ajv strict mode as invalid. More recent versions of TypeBox use a different strategy that mitigates the need to Strict before use, so the function is largely kept around for backwards compatibility (notably for large early adopter projects which still use it for couple of things)

All this said, the Strict function shouldn't be used if working against TypeBox's compiler and value modules.

Hope this brings some insight!
Cheers!
S

from typebox.

sinclairzx81 avatar sinclairzx81 commented on May 23, 2024

@liyofx Heya,

All things are working as expected here. Will close off this issue for now, but happy to field any additional questions you might have on this thread.

Cheers!
S

from typebox.

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.