release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+9
View File
@@ -45,3 +45,12 @@ export type {
WrnSourcePosition,
} from "./diagnostics.ts";
export * from "./spec.ts";
export {
WRN_SYNTAX_VERSION,
WRN_SYNTAX_FEATURES,
createSourceRange,
sliceSource,
diagnosticSummary,
supportsSyntaxFeature,
} from "./versioning.ts";
export type { SourceRange, WrnSyntaxFeature } from "./versioning.ts";