Skip to content
New issue

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

Allow .cjs special files #201

Open
kquerna opened this issue Oct 30, 2020 · 0 comments
Open

Allow .cjs special files #201

kquerna opened this issue Oct 30, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kquerna
Copy link
Contributor

kquerna commented Oct 30, 2020

Description

In the CLI and some of our plugins we are looking up and loading .js files. We need to expand this list to also include newer .mjs and .cjs files. ESM will support will require (pun not intended) a larger separate refactor to use import statements.

Package(s): @gasket/cli, @gasket/plugin-lifecycle, @gasket/plugin-lint, *

AC:

  • Identify where special files are looked up
  • Ability to load special files with varying extensions in a gasket app
@kquerna kquerna added the enhancement New feature or request label Oct 30, 2020
@kquerna kquerna added this to the v6.x milestone Oct 30, 2020
@agerard-godaddy agerard-godaddy changed the title Allow .cjs and .mjs special files Allow .cjs special files Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant