• Eduardo Sanz García's avatar
    Automatic type substitution of `Object` for `object` · e1bc90f1
    Eduardo Sanz García authored
    I used these commands (Mac version):
    
    ```
    % ag -0 -l '@.+Object' | xargs -0 sed -ri '' -e '/@/s/(.*{.*)Object(.*})/\1object\2/'
    % ag -0 -l '@.+object\.' | xargs -0 sed -ri '' -e '/@/s/object\.</Record</'
    % ag -0 -l '@.+object<' | xargs -0 sed -ri '' -e '/@/s/object</Record</'
    ```
    e1bc90f1
Name
Last commit
Last update
..
html-baselines Loading commit data...
fake-pdf-viewer-application.js Loading commit data...
html-anchoring-fixture.html Loading commit data...
html-test.js Loading commit data...
match-quote-test.js Loading commit data...
pdf-test.js Loading commit data...
placeholder-test.js Loading commit data...
text-range-test.js Loading commit data...
types-test.js Loading commit data...
xpath-test.js Loading commit data...