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
3.0.0-beta.7
http://notneeded.io
Try to import registerRuntimeCompiler like that:
export { registerRuntimeCompiler, } from '@vue/runtime-core'
The registerRuntimeCompiler function should be accessible from any TS third-party library
registerRuntimeCompiler
Raising errors like this so we cannot build the library except for using the // @ts-ignore directive:
// @ts-ignore
nativescript-vue-next/node_modules/@vue/runtime-core/dist/runtime-core"' has no exported member 'registerRuntimeCompiler'.
The text was updated successfully, but these errors were encountered:
refactor(types): mark internal API exports and exclude from d.ts
c9bf7de
BREAKING CHANGE: Internal APIs are now excluded from type decalrations.
64ef7c7
Thank you @yyx990803!
Sorry, something went wrong.
thanks so much @yyx990803
No branches or pull requests
Version
3.0.0-beta.7
Reproduction link
http://notneeded.io
Steps to reproduce
Try to import registerRuntimeCompiler like that:
What is expected?
The
registerRuntimeCompiler
function should be accessible from any TS third-party libraryWhat is actually happening?
Raising errors like this so we cannot build the library except for using the
// @ts-ignore
directive:The text was updated successfully, but these errors were encountered: