![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@instructure/babel-plugin-transform-imports
Advanced tools
A babel plugin made by Instructure Inc.
This will convert any non-default imports that are referencing the package only to reference the full path to the module instead. For example:
---
type: code
---
// a named member import:
import { Text } from '@instructure/ui-elements'
would be converted to
---
type: code
---
// a named import using the full module path:
import { Text } from '@instructure/ui-elements/lib/Text'
Note that any default imports you are currently using will not be transformed:
---
type: code
---
// a default import using the full path (will not be transformed):
import Text from '@instructure/ui-elements/lib/Text'
Note that this plugin will fail if the exported name is not the filename! This means that it cannot handle multiple exports from the same file.
A babel plugin made by Instructure Inc.
npm install @instructure/babel-plugin-transform-imports
FAQs
A babel plugin made by Instructure Inc.
The npm package @instructure/babel-plugin-transform-imports receives a total of 2,030 weekly downloads. As such, @instructure/babel-plugin-transform-imports popularity was classified as popular.
We found that @instructure/babel-plugin-transform-imports demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 35 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.