file ?
consider we have this module :
//test.js
module.export = {
x: {
y:'a'
}
}
could we open test.js file modify y property value and save it ?
Refactoring?
Use json
modify it? yes save it? difficult Have you tried JSON?
Обсуждают сегодня