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

spike: default field editors and json editor esm only [] #1510

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

aodhagan-cf
Copy link
Contributor

@aodhagan-cf aodhagan-cf commented Oct 3, 2023

Migrating Default field editors and the json editor to ESM-only

packages/json/package.json Outdated Show resolved Hide resolved
packages/json/package.json Outdated Show resolved Hide resolved
packages/default-field-editors/tsconfig.json Outdated Show resolved Hide resolved
packages/default-field-editors/package.json Outdated Show resolved Hide resolved
@@ -12,7 +12,8 @@
}
},
"module": {
"type": "es6"
"type": "es6",
"strict": false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about this

@aodhagan-cf aodhagan-cf changed the title chore: making default field editors and json editor esm only [] BREAKING CHANGE: making default field editors and json editor esm only [] Oct 26, 2023
@aodhagan-cf aodhagan-cf changed the title BREAKING CHANGE: making default field editors and json editor esm only [] BREAKING CHANGE: default field editors and json editor esm only [] Oct 26, 2023
@aodhagan-cf aodhagan-cf changed the title BREAKING CHANGE: default field editors and json editor esm only [] spike: default field editors and json editor esm only [] Oct 27, 2023
Copy link

Marking pull request as stale since there was no activity for 30 days

@github-actions github-actions bot added the stale Used to mark when there was no activity for a set period of time label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:default-field-editors package:json package:_shared package:_test stale Used to mark when there was no activity for a set period of time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants