We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exports like FastjsDom, and FastjsDate will not provided in the entry file anymore
FastjsDom
FastjsDate
We will still keep these exports at a module level
For example, you need to use FastjsDate directly in your code. You can write like this:
import { date } from 'jsfast' const dateInstance = date.create()
Different modules have different APIs to let you use underlying implementation, for example:
dom.newEl
dom.newElList
request.create
The text was updated successfully, but these errors were encountered:
This breaking change will be completed at v1.0.0-alpha.5 or v1.0.0-beta.0
v1.0.0-alpha.5
v1.0.0-beta.0
Sorry, something went wrong.
xiaodong2008
No branches or pull requests
Exports like
FastjsDom
, andFastjsDate
will not provided in the entry file anymoreWe will still keep these exports at a module level
How do I change my code
For example, you need to use
FastjsDate
directly in your code. You can write like this:Different modules have different APIs to let you use underlying implementation, for example:
dom.newEl
dom.newElList
request.create
The text was updated successfully, but these errors were encountered: