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

refactor: parse pragmas with monch #224

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 9, 2023

  1. refactor: parse @deno-types directives with monch

    Breaking change: no longer parses @deno-types without quotes
    dsherret committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e5b4976 View commit details
    Browse the repository at this point in the history
  2. Wasm

    dsherret committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7c174aa View commit details
    Browse the repository at this point in the history
  3. remove allowing whitespace surrounding the equals sign -- nobody does…

    … this and it creates complexity in the ecosystem
    dsherret committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8909ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    4028d95 View commit details
    Browse the repository at this point in the history
  2. More monch parsing.

    dsherret committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1c2c4ba View commit details
    Browse the repository at this point in the history