Coder Social home page Coder Social logo

Comments (3)

somewhatabstract avatar somewhatabstract commented on June 26, 2024 1

I think the file should also include the arguments used to execute checksync so that it contains all the data needed to recreate the run. That way, if we so chose, we could update checksync to read this format too and know exactly how to interpret all the paths and such.

from checksync.

somewhatabstract avatar somewhatabstract commented on June 26, 2024 1

Also, including the version of checksync would be useful - just in case we decided to change the format.

from checksync.

kevinbarabash avatar kevinbarabash commented on June 26, 2024

I think the following structure for the JSON output could work:

[{
   type: "error",
   file: "services/static/javascript/app-shell-package/app-entry.js",
   line: 14,
   message: "Sync-start for 'app-shell-entry' points to 'services/static/webpack/plugins/make-i18n-html-pages.jsx', which does not exist or is a directory",
}, {
   type: "mismatch",
   file: "services/static/javascript/app-shell-package/app-entry.js",
   line 14,
   message: "Looks like you changed the target content for sync-tag 'app-shell-entry' in 'services/static/webpack/plugins/make-i18n-html-pages.js:80'. Make sure you've made the parallel changes in the source file, if necessary (0 != 2118575972)",
   fix: "// sync-start:app-shell-entry 2118575972 services/static/webpack/plugins/make-i18n-html-pages.js",
}]

from checksync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.