Skip to content

Make codegen internal API private#245

Merged
mizdra merged 2 commits into
mainfrom
make-codegen-api-private
Aug 27, 2025
Merged

Make codegen internal API private#245
mizdra merged 2 commits into
mainfrom
make-codegen-api-private

Conversation

@mizdra
Copy link
Copy Markdown
Owner

@mizdra mizdra commented Aug 27, 2025

$ node
Welcome to Node.js v24.2.0.
Type ".help" for more information.
> require('@css-modules-kit/codegen')
Uncaught Error: Cannot find module '@css-modules-kit/codegen'
Require stack:
- <repl>
    at Module._resolveFilename (node:internal/modules/cjs/loader:1405:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1061:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1066:22)
    at Module._load (node:internal/modules/cjs/loader:1215:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Module.require (node:internal/modules/cjs/loader:1491:12)
    at require (node:internal/modules/helpers:135:16) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '<repl>' ]
}
>

@mizdra mizdra added the Type: Breaking Change Includes breaking changes label Aug 27, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Aug 27, 2025

🦋 Changeset detected

Latest commit: ab6ec41

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@css-modules-kit/codegen Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mizdra mizdra force-pushed the make-codegen-api-private branch from 9cbebfb to 5baa518 Compare August 27, 2025 14:51
@mizdra mizdra force-pushed the make-codegen-api-private branch from 5baa518 to ab6ec41 Compare August 27, 2025 14:52
@mizdra mizdra changed the title Make codegen API private Make codegen internal API private Aug 27, 2025
@mizdra mizdra merged commit f559992 into main Aug 27, 2025
10 checks passed
@mizdra mizdra deleted the make-codegen-api-private branch August 27, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Breaking Change Includes breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant