bun-types
Advanced tools
Comparing version 1.1.43-canary.20250105T140503 to 1.1.43-canary.20250106T140553
@@ -72,3 +72,3 @@ Bun provides a universal plugin API that can be used to extend both the _runtime_ and _bundler_. | ||
`onLoad` and `onResolve` accept an optional `namespace` string. What is a namespaace? | ||
`onLoad` and `onResolve` accept an optional `namespace` string. What is a namespace? | ||
@@ -243,3 +243,3 @@ Every module has a namespace. Namespaces are used to prefix the import in transpiled code; for instance, a loader with a `filter: /\.yaml$/` and `namespace: "yaml:"` will transform an import from `./myfile.yaml` into `yaml:./myfile.yaml`. | ||
This is useful for returning contens of a module that depends on other modules. | ||
This is useful for returning contents of a module that depends on other modules. | ||
@@ -246,0 +246,0 @@ ##### Example: tracking and reporting unused exports |
{ | ||
"version": "1.1.43-canary.20250105T140503", | ||
"version": "1.1.43-canary.20250106T140553", | ||
"name": "bun-types", | ||
@@ -4,0 +4,0 @@ "license": "MIT", |